Html Css Color HEX #AF963F Turmeric

📋 copy color: '#AF963F'

red 175 ◦ green 150 ◦ blue 63

#AF963F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turmeric #AF963F

Tints of Turmeric #AF963F

RGB

 RED value IS 175 (68.75% from 255) = 45.1%

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 63 (25% from 255) = 16.24%

R = 45.1%
G = 38.66%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF963F (or 0xAF963F) is known color: Turmeric. HEX triplet: AF, 96 and 3F. RGB value is (175,150,63). Sum of RGB (Red+Green+Blue) = 175+150+63=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF963F is #5069C0. Grayscale: #939393. Windows color (decimal): -5269953 or 4167343. OLE color: 4167343.

HSL color Cylindrical-coordinate representation of color #AF963F: hue angle of 46.61º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF963F is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 63 -
CMYK 0 0.14 0.64 0.31
HSL 46.61º 0.47% 0.47% -
HSV(B) 46.61º 0.64% 0.69% -
XYZ 29.48 31.29 9.19 -
YUV 147.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 175 150 63 0 0.14 0.64 0.31 46.61 0.47 0.47
Hex AF 96 3F 0 E 40 1F 2F 2F 2F
Octal 257 226 77 0 16 100 37 57 57 57
Binary 10101111 10010110 111111 0 1110 1000000 11111 101111 101111 101111

Color Harmonies of #AF963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF963F

Black with #AF963F

Text Example


Text Example

White with #AF963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF963F; }

 p { color: rgb(175,150,63); }

 H1.HeaderClassName
 {
   color: #AF963F;
 }
 .AnyTagClassName
 {
   color: #AF963F;
 }
</style>

background-color css

<style>
 a { background-color: #AF963F; }

 a { background-color: rgb(175,150,63); }

 div.DivClassName
 {
   background-color: #AF963F;
 }
 .BgClassName
 {
   background-color: #AF963F;
 }
</style>

border-color css

<style>
 span { border-color: #AF963F; }

 span { border-color: rgb(175,150,63); }

 td.TdClassName
 {
   border-color: #AF963F;
 }
 .TagClassName
 {
   border-color: #AF963F;
 }
</style>