Html Css Color HEX #AF9346 Turmeric

📋 copy color: '#AF9346'

red 175 ◦ green 147 ◦ blue 70

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

Shades of Turmeric #AF9346

Tints of Turmeric #AF9346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 44.64%
G = 37.5%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF9346 (or 0xAF9346) is known color: Turmeric. HEX triplet: AF, 93 and 46. RGB value is (175,147,70). Sum of RGB (Red+Green+Blue) = 175+147+70=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9346 is #506CB9. Grayscale: #929292. Windows color (decimal): -5270714 or 4625327. OLE color: 4625327.

HSL color Cylindrical-coordinate representation of color #AF9346: hue angle of 44º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF9346 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 70 -
CMYK 0 0.16 0.60 0.31
HSL 44º 0.43% 0.48% -
HSV(B) 44º 0.6% 0.69% -
XYZ 29.22 30.42 10.13 -
YUV 146.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 175 147 70 0 0.16 0.60 0.31 44 0.43 0.48
Hex AF 93 46 0 10 3C 1F 2C 2B 30
Octal 257 223 106 0 20 74 37 54 53 60
Binary 10101111 10010011 1000110 0 10000 111100 11111 101100 101011 110000

Color Harmonies of #AF9346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9346

Black with #AF9346

Text Example


Text Example

White with #AF9346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9346; }

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

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

background-color css

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

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

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

border-color css

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

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

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