Html Css Color HEX #A39B4B Husk

📋 copy color: '#A39B4B'

red 163 ◦ green 155 ◦ blue 75

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

Shades of Husk #A39B4B

Tints of Husk #A39B4B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

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

R = 41.48%
G = 39.44%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A39B4B (or 0xA39B4B) is known color: Husk. HEX triplet: A3, 9B and 4B. RGB value is (163,155,75). Sum of RGB (Red+Green+Blue) = 163+155+75=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B4B is #5C64B4. Grayscale: #949494. Windows color (decimal): -6055093 or 4955043. OLE color: 4955043.

HSL color Cylindrical-coordinate representation of color #A39B4B: hue angle of 54.55º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A39B4B is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 155 75 -
CMYK 0 0.05 0.54 0.36
HSL 54.55º 0.37% 0.47% -
HSV(B) 54.55º 0.54% 0.64% -
XYZ 28.1 31.74 11.3 -
YUV 148.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 163 155 75 0 0.05 0.54 0.36 54.55 0.37 0.47
Hex A3 9B 4B 0 5 36 24 37 25 2F
Octal 243 233 113 0 5 66 44 67 45 57
Binary 10100011 10011011 1001011 0 101 110110 100100 110111 100101 101111

Color Harmonies of #A39B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39B4B

Black with #A39B4B

Text Example


Text Example

White with #A39B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39B4B; }

 p { color: rgb(163,155,75); }

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

background-color css

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

 a { background-color: rgb(163,155,75); }

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

border-color css

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

 span { border-color: rgb(163,155,75); }

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