Html Css Color HEX #AF9141 Turmeric

📋 copy color: '#AF9141'

red 175 ◦ green 145 ◦ blue 65

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

Shades of Turmeric #AF9141

Tints of Turmeric #AF9141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 45.45%
G = 37.66%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF9141 (or 0xAF9141) is known color: Turmeric. HEX triplet: AF, 91 and 41. RGB value is (175,145,65). Sum of RGB (Red+Green+Blue) = 175+145+65=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9141 is #506EBE. Grayscale: #919191. Windows color (decimal): -5271231 or 4297135. OLE color: 4297135.

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

Color convert

RGB 175 145 65 -
CMYK 0 0.17 0.63 0.31
HSL 43.64º 0.46% 0.47% -
HSV(B) 43.64º 0.63% 0.69% -
XYZ 28.76 29.75 9.23 -
YUV 144.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 175 145 65 0 0.17 0.63 0.31 43.64 0.46 0.47
Hex AF 91 41 0 11 3F 1F 2C 2E 2F
Octal 257 221 101 0 21 77 37 54 56 57
Binary 10101111 10010001 1000001 0 10001 111111 11111 101100 101110 101111

Color Harmonies of #AF9141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9141

Black with #AF9141

Text Example


Text Example

White with #AF9141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9141; }

 p { color: rgb(175,145,65); }

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

background-color css

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

 a { background-color: rgb(175,145,65); }

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

border-color css

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

 span { border-color: rgb(175,145,65); }

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