Html Css Color HEX #AF8B47 Turmeric

📋 copy color: '#AF8B47'

red 175 ◦ green 139 ◦ blue 71

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

Shades of Turmeric #AF8B47

Tints of Turmeric #AF8B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

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

R = 45.45%
G = 36.1%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF8B47 (or 0xAF8B47) is known color: Turmeric. HEX triplet: AF, 8B and 47. RGB value is (175,139,71). Sum of RGB (Red+Green+Blue) = 175+139+71=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B47 is #5074B8. Grayscale: #8E8E8E. Windows color (decimal): -5272761 or 4688815. OLE color: 4688815.

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

Color convert

RGB 175 139 71 -
CMYK 0 0.21 0.59 0.31
HSL 39.23º 0.42% 0.48% -
HSV(B) 39.23º 0.59% 0.69% -
XYZ 28.05 28.03 9.89 -
YUV 142.01 87.93 151.53 -
System Red Green Blue C M Y K H S L
Decimal 175 139 71 0 0.21 0.59 0.31 39.23 0.42 0.48
Hex AF 8B 47 0 15 3B 1F 27 2A 30
Octal 257 213 107 0 25 73 37 47 52 60
Binary 10101111 10001011 1000111 0 10101 111011 11111 100111 101010 110000

Color Harmonies of #AF8B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B47

Black with #AF8B47

Text Example


Text Example

White with #AF8B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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