Html Css Color HEX #AF9544 Turmeric

📋 copy color: '#AF9544'

red 175 ◦ green 149 ◦ blue 68

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

Shades of Turmeric #AF9544

Tints of Turmeric #AF9544

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.01%

 BLUE value IS 68 (26.95% from 255) = 17.35%

R = 44.64%
G = 38.01%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF9544 (or 0xAF9544) is known color: Turmeric. HEX triplet: AF, 95 and 44. RGB value is (175,149,68). Sum of RGB (Red+Green+Blue) = 175+149+68=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9544 is #506ABB. Grayscale: #939393. Windows color (decimal): -5270204 or 4494767. OLE color: 4494767.

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

Color convert

RGB 175 149 68 -
CMYK 0 0.15 0.61 0.31
HSL 45.42º 0.44% 0.48% -
HSV(B) 45.42º 0.61% 0.69% -
XYZ 29.47 31.03 9.9 -
YUV 147.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 175 149 68 0 0.15 0.61 0.31 45.42 0.44 0.48
Hex AF 95 44 0 F 3D 1F 2D 2C 30
Octal 257 225 104 0 17 75 37 55 54 60
Binary 10101111 10010101 1000100 0 1111 111101 11111 101101 101100 110000

Color Harmonies of #AF9544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9544

Black with #AF9544

Text Example


Text Example

White with #AF9544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9544; }

 p { color: rgb(175,149,68); }

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

background-color css

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

 a { background-color: rgb(175,149,68); }

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

border-color css

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

 span { border-color: rgb(175,149,68); }

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