Html Css Color HEX #A68829 Hacienda

📋 copy color: '#A68829'

red 166 ◦ green 136 ◦ blue 41

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

Shades of Hacienda #A68829

Tints of Hacienda #A68829

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

 BLUE value IS 41 (16.41% from 255) = 11.95%

R = 48.4%
G = 39.65%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A68829 (or 0xA68829) is known color: Hacienda. HEX triplet: A6, 88 and 29. RGB value is (166,136,41). Sum of RGB (Red+Green+Blue) = 166+136+41=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A68829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68829 is #5977D6. Grayscale: #868686. Windows color (decimal): -5863383 or 2721958. OLE color: 2721958.

HSL color Cylindrical-coordinate representation of color #A68829: hue angle of 45.6º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A68829 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 41 -
CMYK 0 0.18 0.75 0.35
HSL 45.6º 0.6% 0.41% -
HSV(B) 45.6º 0.75% 0.65% -
XYZ 24.93 25.88 5.78 -
YUV 134.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 166 136 41 0 0.18 0.75 0.35 45.6 0.6 0.41
Hex A6 88 29 0 12 4B 23 2E 3C 29
Octal 246 210 51 0 22 113 43 56 74 51
Binary 10100110 10001000 101001 0 10010 1001011 100011 101110 111100 101001

Color Harmonies of #A68829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68829

Black with #A68829

Text Example


Text Example

White with #A68829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68829; }

 p { color: rgb(166,136,41); }

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

background-color css

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

 a { background-color: rgb(166,136,41); }

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

border-color css

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

 span { border-color: rgb(166,136,41); }

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