Html Css Color HEX #AF9854 Husk

📋 copy color: '#AF9854'

red 175 ◦ green 152 ◦ blue 84

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

Shades of Husk #AF9854

Tints of Husk #AF9854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.44%

R = 42.58%
G = 36.98%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF9854 (or 0xAF9854) is known color: Husk. HEX triplet: AF, 98 and 54. RGB value is (175,152,84). Sum of RGB (Red+Green+Blue) = 175+152+84=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9854 is #5067AB. Grayscale: #979797. Windows color (decimal): -5269420 or 5544111. OLE color: 5544111.

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

Color convert

RGB 175 152 84 -
CMYK 0 0.13 0.52 0.31
HSL 44.84º 0.36% 0.51% -
HSV(B) 44.84º 0.52% 0.69% -
XYZ 30.51 32.21 13 -
YUV 151.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 175 152 84 0 0.13 0.52 0.31 44.84 0.36 0.51
Hex AF 98 54 0 D 34 1F 2D 24 33
Octal 257 230 124 0 15 64 37 55 44 63
Binary 10101111 10011000 1010100 0 1101 110100 11111 101101 100100 110011

Color Harmonies of #AF9854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9854

Black with #AF9854

Text Example


Text Example

White with #AF9854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9854; }

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

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

background-color css

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

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

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

border-color css

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

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

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