Html Css Color HEX #AF9344 Turmeric

📋 copy color: '#AF9344'

red 175 ◦ green 147 ◦ blue 68

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

Shades of Turmeric #AF9344

Tints of Turmeric #AF9344

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

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

R = 44.87%
G = 37.69%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF9344 (or 0xAF9344) is known color: Turmeric. HEX triplet: AF, 93 and 44. RGB value is (175,147,68). Sum of RGB (Red+Green+Blue) = 175+147+68=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9344 is #506CBB. Grayscale: #929292. Windows color (decimal): -5270716 or 4494255. OLE color: 4494255.

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

Color convert

RGB 175 147 68 -
CMYK 0 0.16 0.61 0.31
HSL 44.3º 0.44% 0.48% -
HSV(B) 44.3º 0.61% 0.69% -
XYZ 29.16 30.4 9.8 -
YUV 146.37 83.78 148.42 -
System Red Green Blue C M Y K H S L
Decimal 175 147 68 0 0.16 0.61 0.31 44.3 0.44 0.48
Hex AF 93 44 0 10 3D 1F 2C 2C 30
Octal 257 223 104 0 20 75 37 54 54 60
Binary 10101111 10010011 1000100 0 10000 111101 11111 101100 101100 110000

Color Harmonies of #AF9344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9344

Black with #AF9344

Text Example


Text Example

White with #AF9344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9344; }

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

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

background-color css

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

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

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

border-color css

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

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

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