Html Css Color HEX #AF9A58 Husk

📋 copy color: '#AF9A58'

red 175 ◦ green 154 ◦ blue 88

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

Shades of Husk #AF9A58

Tints of Husk #AF9A58

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 41.97%
G = 36.93%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF9A58 (or 0xAF9A58) is known color: Husk. HEX triplet: AF, 9A and 58. RGB value is (175,154,88). Sum of RGB (Red+Green+Blue) = 175+154+88=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A58 is #5065A7. Grayscale: #999999. Windows color (decimal): -5268904 or 5806767. OLE color: 5806767.

HSL color Cylindrical-coordinate representation of color #AF9A58: hue angle of 45.52º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF9A58 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 154 88 -
CMYK 0 0.12 0.50 0.31
HSL 45.52º 0.35% 0.52% -
HSV(B) 45.52º 0.5% 0.69% -
XYZ 31 32.93 13.95 -
YUV 152.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 175 154 88 0 0.12 0.50 0.31 45.52 0.35 0.52
Hex AF 9A 58 0 C 32 1F 2E 23 34
Octal 257 232 130 0 14 62 37 56 43 64
Binary 10101111 10011010 1011000 0 1100 110010 11111 101110 100011 110100

Color Harmonies of #AF9A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9A58

Black with #AF9A58

Text Example


Text Example

White with #AF9A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9A58; }

 p { color: rgb(175,154,88); }

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

background-color css

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

 a { background-color: rgb(175,154,88); }

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

border-color css

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

 span { border-color: rgb(175,154,88); }

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