Html Css Color HEX #AF9546 Husk

📋 copy color: '#AF9546'

red 175 ◦ green 149 ◦ blue 70

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

Shades of Husk #AF9546

Tints of Husk #AF9546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.77%

R = 44.42%
G = 37.82%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF9546 (or 0xAF9546) is known color: Husk. HEX triplet: AF, 95 and 46. RGB value is (175,149,70). Sum of RGB (Red+Green+Blue) = 175+149+70=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9546 is #506AB9. Grayscale: #949494. Windows color (decimal): -5270202 or 4625839. OLE color: 4625839.

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

Color convert

RGB 175 149 70 -
CMYK 0 0.15 0.60 0.31
HSL 45.14º 0.43% 0.48% -
HSV(B) 45.14º 0.6% 0.69% -
XYZ 29.53 31.05 10.23 -
YUV 147.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 175 149 70 0 0.15 0.60 0.31 45.14 0.43 0.48
Hex AF 95 46 0 F 3C 1F 2D 2B 30
Octal 257 225 106 0 17 74 37 55 53 60
Binary 10101111 10010101 1000110 0 1111 111100 11111 101101 101011 110000

Color Harmonies of #AF9546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9546

Black with #AF9546

Text Example


Text Example

White with #AF9546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9546; }

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

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

background-color css

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

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

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

border-color css

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

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

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