Html Css Color HEX #AF9640 Turmeric

📋 copy color: '#AF9640'

red 175 ◦ green 150 ◦ blue 64

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

Shades of Turmeric #AF9640

Tints of Turmeric #AF9640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 44.99%
G = 38.56%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF9640 (or 0xAF9640) is known color: Turmeric. HEX triplet: AF, 96 and 40. RGB value is (175,150,64). Sum of RGB (Red+Green+Blue) = 175+150+64=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9640 is #5069BF. Grayscale: #949494. Windows color (decimal): -5269952 or 4232879. OLE color: 4232879.

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

Color convert

RGB 175 150 64 -
CMYK 0 0.14 0.63 0.31
HSL 46.49º 0.46% 0.47% -
HSV(B) 46.49º 0.63% 0.69% -
XYZ 29.51 31.3 9.34 -
YUV 147.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 175 150 64 0 0.14 0.63 0.31 46.49 0.46 0.47
Hex AF 96 40 0 E 3F 1F 2E 2E 2F
Octal 257 226 100 0 16 77 37 56 56 57
Binary 10101111 10010110 1000000 0 1110 111111 11111 101110 101110 101111

Color Harmonies of #AF9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9640

Black with #AF9640

Text Example


Text Example

White with #AF9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9640; }

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

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

background-color css

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

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

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

border-color css

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

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

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