Html Css Color HEX #AF9C4A Husk

📋 copy color: '#AF9C4A'

red 175 ◦ green 156 ◦ blue 74

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

Shades of Husk #AF9C4A

Tints of Husk #AF9C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.27%

R = 43.21%
G = 38.52%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF9C4A (or 0xAF9C4A) is known color: Husk. HEX triplet: AF, 9C and 4A. RGB value is (175,156,74). Sum of RGB (Red+Green+Blue) = 175+156+74=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C4A is #5063B5. Grayscale: #989898. Windows color (decimal): -5268406 or 4889775. OLE color: 4889775.

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

Color convert

RGB 175 156 74 -
CMYK 0 0.11 0.58 0.31
HSL 48.71º 0.41% 0.49% -
HSV(B) 48.71º 0.58% 0.69% -
XYZ 30.8 33.39 11.3 -
YUV 152.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 175 156 74 0 0.11 0.58 0.31 48.71 0.41 0.49
Hex AF 9C 4A 0 B 3A 1F 31 29 31
Octal 257 234 112 0 13 72 37 61 51 61
Binary 10101111 10011100 1001010 0 1011 111010 11111 110001 101001 110001

Color Harmonies of #AF9C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C4A

Black with #AF9C4A

Text Example


Text Example

White with #AF9C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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