Html Css Color HEX #AF9044 Turmeric

📋 copy color: '#AF9044'

red 175 ◦ green 144 ◦ blue 68

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

Shades of Turmeric #AF9044

Tints of Turmeric #AF9044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

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

R = 45.22%
G = 37.21%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF9044 (or 0xAF9044) is known color: Turmeric. HEX triplet: AF, 90 and 44. RGB value is (175,144,68). Sum of RGB (Red+Green+Blue) = 175+144+68=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9044 is #506FBB. Grayscale: #909090. Windows color (decimal): -5271484 or 4493487. OLE color: 4493487.

HSL color Cylindrical-coordinate representation of color #AF9044: hue angle of 42.62º 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 #AF9044 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 144 68 -
CMYK 0 0.18 0.61 0.31
HSL 42.62º 0.44% 0.48% -
HSV(B) 42.62º 0.61% 0.69% -
XYZ 28.7 29.48 9.65 -
YUV 144.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 175 144 68 0 0.18 0.61 0.31 42.62 0.44 0.48
Hex AF 90 44 0 12 3D 1F 2B 2C 30
Octal 257 220 104 0 22 75 37 53 54 60
Binary 10101111 10010000 1000100 0 10010 111101 11111 101011 101100 110000

Color Harmonies of #AF9044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9044

Black with #AF9044

Text Example


Text Example

White with #AF9044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9044; }

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

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

background-color css

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

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

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

border-color css

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

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

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