Html Css Color HEX #AF934C Husk

📋 copy color: '#AF934C'

red 175 ◦ green 147 ◦ blue 76

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

Shades of Husk #AF934C

Tints of Husk #AF934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 43.97%
G = 36.93%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF934C (or 0xAF934C) is known color: Husk. HEX triplet: AF, 93 and 4C. RGB value is (175,147,76). Sum of RGB (Red+Green+Blue) = 175+147+76=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF934C is #506CB3. Grayscale: #939393. Windows color (decimal): -5270708 or 5018543. OLE color: 5018543.

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

Color convert

RGB 175 147 76 -
CMYK 0 0.16 0.57 0.31
HSL 43.03º 0.39% 0.49% -
HSV(B) 43.03º 0.57% 0.69% -
XYZ 29.42 30.5 11.17 -
YUV 147.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 175 147 76 0 0.16 0.57 0.31 43.03 0.39 0.49
Hex AF 93 4C 0 10 39 1F 2B 27 31
Octal 257 223 114 0 20 71 37 53 47 61
Binary 10101111 10010011 1001100 0 10000 111001 11111 101011 100111 110001

Color Harmonies of #AF934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF934C

Black with #AF934C

Text Example


Text Example

White with #AF934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF934C; }

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

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

background-color css

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

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

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

border-color css

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

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

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