Html Css Color HEX #AF9247 Turmeric

📋 copy color: '#AF9247'

red 175 ◦ green 146 ◦ blue 71

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

Shades of Turmeric #AF9247

Tints of Turmeric #AF9247

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.24%

 BLUE value IS 71 (28.13% from 255) = 18.11%

R = 44.64%
G = 37.24%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF9247 (or 0xAF9247) is known color: Turmeric. HEX triplet: AF, 92 and 47. RGB value is (175,146,71). Sum of RGB (Red+Green+Blue) = 175+146+71=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9247 is #506DB8. Grayscale: #929292. Windows color (decimal): -5270969 or 4690607. OLE color: 4690607.

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

Color convert

RGB 175 146 71 -
CMYK 0 0.17 0.59 0.31
HSL 43.27º 0.42% 0.48% -
HSV(B) 43.27º 0.59% 0.69% -
XYZ 29.1 30.13 10.24 -
YUV 146.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 175 146 71 0 0.17 0.59 0.31 43.27 0.42 0.48
Hex AF 92 47 0 11 3B 1F 2B 2A 30
Octal 257 222 107 0 21 73 37 53 52 60
Binary 10101111 10010010 1000111 0 10001 111011 11111 101011 101010 110000

Color Harmonies of #AF9247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9247

Black with #AF9247

Text Example


Text Example

White with #AF9247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9247; }

 p { color: rgb(175,146,71); }

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

background-color css

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

 a { background-color: rgb(175,146,71); }

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

border-color css

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

 span { border-color: rgb(175,146,71); }

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