Html Css Color HEX #AF9643 Turmeric

📋 copy color: '#AF9643'

red 175 ◦ green 150 ◦ blue 67

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

Shades of Turmeric #AF9643

Tints of Turmeric #AF9643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.09%

R = 44.64%
G = 38.27%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF9643 (or 0xAF9643) is known color: Turmeric. HEX triplet: AF, 96 and 43. RGB value is (175,150,67). Sum of RGB (Red+Green+Blue) = 175+150+67=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9643 is #5069BC. Grayscale: #949494. Windows color (decimal): -5269949 or 4429487. OLE color: 4429487.

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

Color convert

RGB 175 150 67 -
CMYK 0 0.14 0.62 0.31
HSL 46.11º 0.45% 0.47% -
HSV(B) 46.11º 0.62% 0.69% -
XYZ 29.6 31.33 9.8 -
YUV 148.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 175 150 67 0 0.14 0.62 0.31 46.11 0.45 0.47
Hex AF 96 43 0 E 3E 1F 2E 2D 2F
Octal 257 226 103 0 16 76 37 56 55 57
Binary 10101111 10010110 1000011 0 1110 111110 11111 101110 101101 101111

Color Harmonies of #AF9643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9643

Black with #AF9643

Text Example


Text Example

White with #AF9643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9643; }

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

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

background-color css

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

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

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

border-color css

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

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

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