Html Css Color HEX #AF9B5A Husk

📋 copy color: '#AF9B5A'

red 175 ◦ green 155 ◦ blue 90

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

Shades of Husk #AF9B5A

Tints of Husk #AF9B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

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

R = 41.67%
G = 36.9%
B = 21.43%

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

#AF9B5A (or 0xAF9B5A) is known color: Husk. HEX triplet: AF, 9B and 5A. RGB value is (175,155,90). Sum of RGB (Red+Green+Blue) = 175+155+90=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B5A is #5064A5. Grayscale: #999999. Windows color (decimal): -5268646 or 5938095. OLE color: 5938095.

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

Color convert

RGB 175 155 90 -
CMYK 0 0.11 0.49 0.31
HSL 45.88º 0.35% 0.52% -
HSV(B) 45.88º 0.49% 0.69% -
XYZ 31.25 33.29 14.45 -
YUV 153.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 175 155 90 0 0.11 0.49 0.31 45.88 0.35 0.52
Hex AF 9B 5A 0 B 31 1F 2E 23 34
Octal 257 233 132 0 13 61 37 56 43 64
Binary 10101111 10011011 1011010 0 1011 110001 11111 101110 100011 110100

Color Harmonies of #AF9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9B5A

Black with #AF9B5A

Text Example


Text Example

White with #AF9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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