Html Css Color HEX #AF9554 Husk

📋 copy color: '#AF9554'

red 175 ◦ green 149 ◦ blue 84

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

Shades of Husk #AF9554

Tints of Husk #AF9554

RGB

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

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

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

R = 42.89%
G = 36.52%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF9554 (or 0xAF9554) is known color: Husk. HEX triplet: AF, 95 and 54. RGB value is (175,149,84). Sum of RGB (Red+Green+Blue) = 175+149+84=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9554 is #506AAB. Grayscale: #959595. Windows color (decimal): -5270188 or 5543343. OLE color: 5543343.

HSL color Cylindrical-coordinate representation of color #AF9554: hue angle of 42.86º 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 #AF9554 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 149 84 -
CMYK 0 0.15 0.52 0.31
HSL 42.86º 0.36% 0.51% -
HSV(B) 42.86º 0.52% 0.69% -
XYZ 30.03 31.25 12.84 -
YUV 149.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 175 149 84 0 0.15 0.52 0.31 42.86 0.36 0.51
Hex AF 95 54 0 F 34 1F 2B 24 33
Octal 257 225 124 0 17 64 37 53 44 63
Binary 10101111 10010101 1010100 0 1111 110100 11111 101011 100100 110011

Color Harmonies of #AF9554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9554

Black with #AF9554

Text Example


Text Example

White with #AF9554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9554; }

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

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

background-color css

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

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

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

border-color css

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

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

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