Html Css Color HEX #A69B43 Husk

📋 copy color: '#A69B43'

red 166 ◦ green 155 ◦ blue 67

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

Shades of Husk #A69B43

Tints of Husk #A69B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.27%

R = 42.78%
G = 39.95%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A69B43 (or 0xA69B43) is known color: Husk. HEX triplet: A6, 9B and 43. RGB value is (166,155,67). Sum of RGB (Red+Green+Blue) = 166+155+67=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69B43 is #5964BC. Grayscale: #949494. Windows color (decimal): -5858493 or 4430758. OLE color: 4430758.

HSL color Cylindrical-coordinate representation of color #A69B43: hue angle of 53.33º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A69B43 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 155 67 -
CMYK 0 0.07 0.60 0.35
HSL 53.33º 0.42% 0.46% -
HSV(B) 53.33º 0.6% 0.65% -
XYZ 28.46 31.95 9.98 -
YUV 148.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 166 155 67 0 0.07 0.60 0.35 53.33 0.42 0.46
Hex A6 9B 43 0 7 3C 23 35 2A 2E
Octal 246 233 103 0 7 74 43 65 52 56
Binary 10100110 10011011 1000011 0 111 111100 100011 110101 101010 101110

Color Harmonies of #A69B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69B43

Black with #A69B43

Text Example


Text Example

White with #A69B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69B43; }

 p { color: rgb(166,155,67); }

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

background-color css

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

 a { background-color: rgb(166,155,67); }

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

border-color css

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

 span { border-color: rgb(166,155,67); }

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