Html Css Color HEX #A69D4B Husk

📋 copy color: '#A69D4B'

red 166 ◦ green 157 ◦ blue 75

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

Shades of Husk #A69D4B

Tints of Husk #A69D4B

RGB

 RED value IS 166 (65.23% from 255) = 41.71%

 GREEN value IS 157 (61.72% from 255) = 39.45%

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

R = 41.71%
G = 39.45%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A69D4B (or 0xA69D4B) is known color: Husk. HEX triplet: A6, 9D and 4B. RGB value is (166,157,75). Sum of RGB (Red+Green+Blue) = 166+157+75=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69D4B is #5962B4. Grayscale: #969696. Windows color (decimal): -5857973 or 4955558. OLE color: 4955558.

HSL color Cylindrical-coordinate representation of color #A69D4B: hue angle of 54.07º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A69D4B is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 157 75 -
CMYK 0 0.05 0.55 0.35
HSL 54.07º 0.38% 0.47% -
HSV(B) 54.07º 0.55% 0.65% -
XYZ 29.05 32.73 11.44 -
YUV 150.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 166 157 75 0 0.05 0.55 0.35 54.07 0.38 0.47
Hex A6 9D 4B 0 5 37 23 36 26 2F
Octal 246 235 113 0 5 67 43 66 46 57
Binary 10100110 10011101 1001011 0 101 110111 100011 110110 100110 101111

Color Harmonies of #A69D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69D4B

Black with #A69D4B

Text Example


Text Example

White with #A69D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69D4B; }

 p { color: rgb(166,157,75); }

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

background-color css

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

 a { background-color: rgb(166,157,75); }

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

border-color css

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

 span { border-color: rgb(166,157,75); }

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