Html Css Color HEX #A68629 Hacienda

📋 copy color: '#A68629'

red 166 ◦ green 134 ◦ blue 41

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

Shades of Hacienda #A68629

Tints of Hacienda #A68629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.3%

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

R = 48.68%
G = 39.3%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A68629 (or 0xA68629) is known color: Hacienda. HEX triplet: A6, 86 and 29. RGB value is (166,134,41). Sum of RGB (Red+Green+Blue) = 166+134+41=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A68629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68629 is #5979D6. Grayscale: #858585. Windows color (decimal): -5863895 or 2721446. OLE color: 2721446.

HSL color Cylindrical-coordinate representation of color #A68629: hue angle of 44.64º 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 #A68629 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 41 -
CMYK 0 0.19 0.75 0.35
HSL 44.64º 0.6% 0.41% -
HSV(B) 44.64º 0.75% 0.65% -
XYZ 24.65 25.32 5.69 -
YUV 132.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 166 134 41 0 0.19 0.75 0.35 44.64 0.6 0.41
Hex A6 86 29 0 13 4B 23 2D 3C 29
Octal 246 206 51 0 23 113 43 55 74 51
Binary 10100110 10000110 101001 0 10011 1001011 100011 101101 111100 101001

Color Harmonies of #A68629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68629

Black with #A68629

Text Example


Text Example

White with #A68629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68629; }

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

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

background-color css

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

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

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

border-color css

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

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

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