Html Css Color HEX #AF934A Husk

📋 copy color: '#AF934A'

red 175 ◦ green 147 ◦ blue 74

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

Shades of Husk #AF934A

Tints of Husk #AF934A

RGB

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

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

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

R = 44.19%
G = 37.12%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF934A (or 0xAF934A) is known color: Husk. HEX triplet: AF, 93 and 4A. RGB value is (175,147,74). Sum of RGB (Red+Green+Blue) = 175+147+74=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF934A is #506CB5. Grayscale: #939393. Windows color (decimal): -5270710 or 4887471. OLE color: 4887471.

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

Color convert

RGB 175 147 74 -
CMYK 0 0.16 0.58 0.31
HSL 43.37º 0.41% 0.49% -
HSV(B) 43.37º 0.58% 0.69% -
XYZ 29.35 30.48 10.81 -
YUV 147.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 175 147 74 0 0.16 0.58 0.31 43.37 0.41 0.49
Hex AF 93 4A 0 10 3A 1F 2B 29 31
Octal 257 223 112 0 20 72 37 53 51 61
Binary 10101111 10010011 1001010 0 10000 111010 11111 101011 101001 110001

Color Harmonies of #AF934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF934A

Black with #AF934A

Text Example


Text Example

White with #AF934A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF934A; }

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

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

background-color css

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

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

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

border-color css

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

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

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