Html Css Color HEX #AF9545 Turmeric

📋 copy color: '#AF9545'

red 175 ◦ green 149 ◦ blue 69

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

Shades of Turmeric #AF9545

Tints of Turmeric #AF9545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.56%

R = 44.53%
G = 37.91%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF9545 (or 0xAF9545) is known color: Turmeric. HEX triplet: AF, 95 and 45. RGB value is (175,149,69). Sum of RGB (Red+Green+Blue) = 175+149+69=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9545 is #506ABA. Grayscale: #949494. Windows color (decimal): -5270203 or 4560303. OLE color: 4560303.

HSL color Cylindrical-coordinate representation of color #AF9545: hue angle of 45.28º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF9545 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 149 69 -
CMYK 0 0.15 0.61 0.31
HSL 45.28º 0.43% 0.48% -
HSV(B) 45.28º 0.61% 0.69% -
XYZ 29.5 31.04 10.07 -
YUV 147.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 175 149 69 0 0.15 0.61 0.31 45.28 0.43 0.48
Hex AF 95 45 0 F 3D 1F 2D 2B 30
Octal 257 225 105 0 17 75 37 55 53 60
Binary 10101111 10010101 1000101 0 1111 111101 11111 101101 101011 110000

Color Harmonies of #AF9545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9545

Black with #AF9545

Text Example


Text Example

White with #AF9545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9545; }

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

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

background-color css

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

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

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

border-color css

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

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

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