Html Css Color HEX #A39752 Husk

📋 copy color: '#A39752'

red 163 ◦ green 151 ◦ blue 82

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

Shades of Husk #A39752

Tints of Husk #A39752

RGB

 RED value IS 163 (64.06% from 255) = 41.16%

 GREEN value IS 151 (59.38% from 255) = 38.13%

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 41.16%
G = 38.13%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A39752 (or 0xA39752) is known color: Husk. HEX triplet: A3, 97 and 52. RGB value is (163,151,82). Sum of RGB (Red+Green+Blue) = 163+151+82=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A39752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39752 is #5C68AD. Grayscale: #939393. Windows color (decimal): -6056110 or 5412771. OLE color: 5412771.

HSL color Cylindrical-coordinate representation of color #A39752: hue angle of 51.11º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A39752 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 151 82 -
CMYK 0 0.07 0.50 0.36
HSL 51.11º 0.33% 0.48% -
HSV(B) 51.11º 0.5% 0.64% -
XYZ 27.69 30.53 12.42 -
YUV 146.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 163 151 82 0 0.07 0.50 0.36 51.11 0.33 0.48
Hex A3 97 52 0 7 32 24 33 21 30
Octal 243 227 122 0 7 62 44 63 41 60
Binary 10100011 10010111 1010010 0 111 110010 100100 110011 100001 110000

Color Harmonies of #A39752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39752

Black with #A39752

Text Example


Text Example

White with #A39752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39752; }

 p { color: rgb(163,151,82); }

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

background-color css

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

 a { background-color: rgb(163,151,82); }

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

border-color css

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

 span { border-color: rgb(163,151,82); }

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