Html Css Color HEX #AF924E Husk

📋 copy color: '#AF924E'

red 175 ◦ green 146 ◦ blue 78

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

Shades of Husk #AF924E

Tints of Husk #AF924E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

 BLUE value IS 78 (30.86% from 255) = 19.55%

R = 43.86%
G = 36.59%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF924E (or 0xAF924E) is known color: Husk. HEX triplet: AF, 92 and 4E. RGB value is (175,146,78). Sum of RGB (Red+Green+Blue) = 175+146+78=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF924E is #506DB1. Grayscale: #939393. Windows color (decimal): -5270962 or 5149359. OLE color: 5149359.

HSL color Cylindrical-coordinate representation of color #AF924E: hue angle of 42.06º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF924E is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 146 78 -
CMYK 0 0.17 0.55 0.31
HSL 42.06º 0.38% 0.5% -
HSV(B) 42.06º 0.55% 0.69% -
XYZ 29.33 30.22 11.5 -
YUV 146.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 175 146 78 0 0.17 0.55 0.31 42.06 0.38 0.5
Hex AF 92 4E 0 11 37 1F 2A 26 32
Octal 257 222 116 0 21 67 37 52 46 62
Binary 10101111 10010010 1001110 0 10001 110111 11111 101010 100110 110010

Color Harmonies of #AF924E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF924E

Black with #AF924E

Text Example


Text Example

White with #AF924E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF924E; }

 p { color: rgb(175,146,78); }

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

background-color css

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

 a { background-color: rgb(175,146,78); }

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

border-color css

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

 span { border-color: rgb(175,146,78); }

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