Html Css Color HEX #AF9855 Husk

📋 copy color: '#AF9855'

red 175 ◦ green 152 ◦ blue 85

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

Shades of Husk #AF9855

Tints of Husk #AF9855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

 BLUE value IS 85 (33.59% from 255) = 20.63%

R = 42.48%
G = 36.89%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF9855 (or 0xAF9855) is known color: Husk. HEX triplet: AF, 98 and 55. RGB value is (175,152,85). Sum of RGB (Red+Green+Blue) = 175+152+85=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9855 is #5067AA. Grayscale: #979797. Windows color (decimal): -5269419 or 5609647. OLE color: 5609647.

HSL color Cylindrical-coordinate representation of color #AF9855: hue angle of 44.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF9855 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 152 85 -
CMYK 0 0.13 0.51 0.31
HSL 44.67º 0.36% 0.51% -
HSV(B) 44.67º 0.51% 0.69% -
XYZ 30.55 32.23 13.2 -
YUV 151.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 175 152 85 0 0.13 0.51 0.31 44.67 0.36 0.51
Hex AF 98 55 0 D 33 1F 2D 24 33
Octal 257 230 125 0 15 63 37 55 44 63
Binary 10101111 10011000 1010101 0 1101 110011 11111 101101 100100 110011

Color Harmonies of #AF9855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9855

Black with #AF9855

Text Example


Text Example

White with #AF9855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9855; }

 p { color: rgb(175,152,85); }

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

background-color css

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

 a { background-color: rgb(175,152,85); }

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

border-color css

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

 span { border-color: rgb(175,152,85); }

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