Html Css Color HEX #AF934B Husk

📋 copy color: '#AF934B'

red 175 ◦ green 147 ◦ blue 75

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

Shades of Husk #AF934B

Tints of Husk #AF934B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 44.08%
G = 37.03%
B = 18.89%

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

#AF934B (or 0xAF934B) is known color: Husk. HEX triplet: AF, 93 and 4B. RGB value is (175,147,75). Sum of RGB (Red+Green+Blue) = 175+147+75=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF934B is #506CB4. Grayscale: #939393. Windows color (decimal): -5270709 or 4953007. OLE color: 4953007.

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

Color convert

RGB 175 147 75 -
CMYK 0 0.16 0.57 0.31
HSL 43.2º 0.4% 0.49% -
HSV(B) 43.2º 0.57% 0.69% -
XYZ 29.38 30.49 10.99 -
YUV 147.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 175 147 75 0 0.16 0.57 0.31 43.2 0.4 0.49
Hex AF 93 4B 0 10 39 1F 2B 28 31
Octal 257 223 113 0 20 71 37 53 50 61
Binary 10101111 10010011 1001011 0 10000 111001 11111 101011 101000 110001

Color Harmonies of #AF934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF934B

Black with #AF934B

Text Example


Text Example

White with #AF934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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