Html Css Color HEX #A69754 Husk

📋 copy color: '#A69754'

red 166 ◦ green 151 ◦ blue 84

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

Shades of Husk #A69754

Tints of Husk #A69754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 41.4%
G = 37.66%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A69754 (or 0xA69754) is known color: Husk. HEX triplet: A6, 97 and 54. RGB value is (166,151,84). Sum of RGB (Red+Green+Blue) = 166+151+84=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A69754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69754 is #5968AB. Grayscale: #949494. Windows color (decimal): -5859500 or 5543846. OLE color: 5543846.

HSL color Cylindrical-coordinate representation of color #A69754: hue angle of 49.02º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A69754 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 84 -
CMYK 0 0.09 0.49 0.35
HSL 49.02º 0.33% 0.49% -
HSV(B) 49.02º 0.49% 0.65% -
XYZ 28.39 30.88 12.85 -
YUV 147.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 166 151 84 0 0.09 0.49 0.35 49.02 0.33 0.49
Hex A6 97 54 0 9 31 23 31 21 31
Octal 246 227 124 0 11 61 43 61 41 61
Binary 10100110 10010111 1010100 0 1001 110001 100011 110001 100001 110001

Color Harmonies of #A69754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69754

Black with #A69754

Text Example


Text Example

White with #A69754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69754; }

 p { color: rgb(166,151,84); }

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

background-color css

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

 a { background-color: rgb(166,151,84); }

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

border-color css

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

 span { border-color: rgb(166,151,84); }

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