Html Css Color HEX #AF9C5A Husk

📋 copy color: '#AF9C5A'

red 175 ◦ green 156 ◦ blue 90

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

Shades of Husk #AF9C5A

Tints of Husk #AF9C5A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.05%

 BLUE value IS 90 (35.55% from 255) = 21.38%

R = 41.57%
G = 37.05%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF9C5A (or 0xAF9C5A) is known color: Husk. HEX triplet: AF, 9C and 5A. RGB value is (175,156,90). Sum of RGB (Red+Green+Blue) = 175+156+90=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C5A is #5063A5. Grayscale: #9A9A9A. Windows color (decimal): -5268390 or 5938351. OLE color: 5938351.

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

Color convert

RGB 175 156 90 -
CMYK 0 0.11 0.49 0.31
HSL 46.59º 0.35% 0.52% -
HSV(B) 46.59º 0.49% 0.69% -
XYZ 31.41 33.63 14.51 -
YUV 154.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 175 156 90 0 0.11 0.49 0.31 46.59 0.35 0.52
Hex AF 9C 5A 0 B 31 1F 2F 23 34
Octal 257 234 132 0 13 61 37 57 43 64
Binary 10101111 10011100 1011010 0 1011 110001 11111 101111 100011 110100

Color Harmonies of #AF9C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C5A

Black with #AF9C5A

Text Example


Text Example

White with #AF9C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C5A; }

 p { color: rgb(175,156,90); }

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

background-color css

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

 a { background-color: rgb(175,156,90); }

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

border-color css

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

 span { border-color: rgb(175,156,90); }

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