Html Css Color HEX #AF9241 Turmeric

📋 copy color: '#AF9241'

red 175 ◦ green 146 ◦ blue 65

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

Shades of Turmeric #AF9241

Tints of Turmeric #AF9241

RGB

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

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

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

R = 45.34%
G = 37.82%
B = 16.84%

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

#AF9241 (or 0xAF9241) is known color: Turmeric. HEX triplet: AF, 92 and 41. RGB value is (175,146,65). Sum of RGB (Red+Green+Blue) = 175+146+65=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9241 is #506DBE. Grayscale: #919191. Windows color (decimal): -5270975 or 4297391. OLE color: 4297391.

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

Color convert

RGB 175 146 65 -
CMYK 0 0.17 0.63 0.31
HSL 44.18º 0.46% 0.47% -
HSV(B) 44.18º 0.63% 0.69% -
XYZ 28.91 30.05 9.28 -
YUV 145.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 175 146 65 0 0.17 0.63 0.31 44.18 0.46 0.47
Hex AF 92 41 0 11 3F 1F 2C 2E 2F
Octal 257 222 101 0 21 77 37 54 56 57
Binary 10101111 10010010 1000001 0 10001 111111 11111 101100 101110 101111

Color Harmonies of #AF9241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9241

Black with #AF9241

Text Example


Text Example

White with #AF9241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9241; }

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

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

background-color css

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

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

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

border-color css

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

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

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