Html Css Color HEX #AF984C Husk

📋 copy color: '#AF984C'

red 175 ◦ green 152 ◦ blue 76

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

Shades of Husk #AF984C

Tints of Husk #AF984C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.86%

R = 43.42%
G = 37.72%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF984C (or 0xAF984C) is known color: Husk. HEX triplet: AF, 98 and 4C. RGB value is (175,152,76). Sum of RGB (Red+Green+Blue) = 175+152+76=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF984C is #5067B3. Grayscale: #969696. Windows color (decimal): -5269428 or 5019823. OLE color: 5019823.

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

Color convert

RGB 175 152 76 -
CMYK 0 0.13 0.57 0.31
HSL 46.06º 0.39% 0.49% -
HSV(B) 46.06º 0.57% 0.69% -
XYZ 30.21 32.09 11.44 -
YUV 150.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 175 152 76 0 0.13 0.57 0.31 46.06 0.39 0.49
Hex AF 98 4C 0 D 39 1F 2E 27 31
Octal 257 230 114 0 15 71 37 56 47 61
Binary 10101111 10011000 1001100 0 1101 111001 11111 101110 100111 110001

Color Harmonies of #AF984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF984C

Black with #AF984C

Text Example


Text Example

White with #AF984C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF984C; }

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

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

background-color css

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

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

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

border-color css

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

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

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