Html Css Color HEX #AF9541 Turmeric

📋 copy color: '#AF9541'

red 175 ◦ green 149 ◦ blue 65

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

Shades of Turmeric #AF9541

Tints of Turmeric #AF9541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 44.99%
G = 38.3%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF9541 (or 0xAF9541) is known color: Turmeric. HEX triplet: AF, 95 and 41. RGB value is (175,149,65). Sum of RGB (Red+Green+Blue) = 175+149+65=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9541 is #506ABE. Grayscale: #939393. Windows color (decimal): -5270207 or 4298159. OLE color: 4298159.

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

Color convert

RGB 175 149 65 -
CMYK 0 0.15 0.63 0.31
HSL 45.82º 0.46% 0.47% -
HSV(B) 45.82º 0.63% 0.69% -
XYZ 29.38 30.99 9.43 -
YUV 147.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 175 149 65 0 0.15 0.63 0.31 45.82 0.46 0.47
Hex AF 95 41 0 F 3F 1F 2E 2E 2F
Octal 257 225 101 0 17 77 37 56 56 57
Binary 10101111 10010101 1000001 0 1111 111111 11111 101110 101110 101111

Color Harmonies of #AF9541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9541

Black with #AF9541

Text Example


Text Example

White with #AF9541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9541; }

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

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

background-color css

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

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

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

border-color css

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

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

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