Html Css Color HEX #AF9540 Turmeric

📋 copy color: '#AF9540'

red 175 ◦ green 149 ◦ blue 64

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

Shades of Turmeric #AF9540

Tints of Turmeric #AF9540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.49%

R = 45.1%
G = 38.4%
B = 16.49%

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

#AF9540 (or 0xAF9540) is known color: Turmeric. HEX triplet: AF, 95 and 40. RGB value is (175,149,64). Sum of RGB (Red+Green+Blue) = 175+149+64=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9540 is #506ABF. Grayscale: #939393. Windows color (decimal): -5270208 or 4232623. OLE color: 4232623.

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

Color convert

RGB 175 149 64 -
CMYK 0 0.15 0.63 0.31
HSL 45.95º 0.46% 0.47% -
HSV(B) 45.95º 0.63% 0.69% -
XYZ 29.35 30.98 9.28 -
YUV 147.08 81.11 147.91 -
System Red Green Blue C M Y K H S L
Decimal 175 149 64 0 0.15 0.63 0.31 45.95 0.46 0.47
Hex AF 95 40 0 F 3F 1F 2E 2E 2F
Octal 257 225 100 0 17 77 37 56 56 57
Binary 10101111 10010101 1000000 0 1111 111111 11111 101110 101110 101111

Color Harmonies of #AF9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9540

Black with #AF9540

Text Example


Text Example

White with #AF9540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9540; }

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

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

background-color css

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

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

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

border-color css

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

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

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