Html Css Color HEX #AF963E Turmeric

📋 copy color: '#AF963E'

red 175 ◦ green 150 ◦ blue 62

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

Shades of Turmeric #AF963E

Tints of Turmeric #AF963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.02%

R = 45.22%
G = 38.76%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF963E (or 0xAF963E) is known color: Turmeric. HEX triplet: AF, 96 and 3E. RGB value is (175,150,62). Sum of RGB (Red+Green+Blue) = 175+150+62=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF963E is #5069C1. Grayscale: #939393. Windows color (decimal): -5269954 or 4101807. OLE color: 4101807.

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

Color convert

RGB 175 150 62 -
CMYK 0 0.14 0.65 0.31
HSL 46.73º 0.48% 0.46% -
HSV(B) 46.73º 0.65% 0.69% -
XYZ 29.46 31.27 9.04 -
YUV 147.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 175 150 62 0 0.14 0.65 0.31 46.73 0.48 0.46
Hex AF 96 3E 0 E 41 1F 2F 30 2E
Octal 257 226 76 0 16 101 37 57 60 56
Binary 10101111 10010110 111110 0 1110 1000001 11111 101111 110000 101110

Color Harmonies of #AF963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF963E

Black with #AF963E

Text Example


Text Example

White with #AF963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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