Html Css Color HEX #A68729 Hacienda

📋 copy color: '#A68729'

red 166 ◦ green 135 ◦ blue 41

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

Shades of Hacienda #A68729

Tints of Hacienda #A68729

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.47%

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

R = 48.54%
G = 39.47%
B = 11.99%

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

#A68729 (or 0xA68729) is known color: Hacienda. HEX triplet: A6, 87 and 29. RGB value is (166,135,41). Sum of RGB (Red+Green+Blue) = 166+135+41=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A68729 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68729 is #5978D6. Grayscale: #858585. Windows color (decimal): -5863639 or 2721702. OLE color: 2721702.

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

Color convert

RGB 166 135 41 -
CMYK 0 0.19 0.75 0.35
HSL 45.12º 0.6% 0.41% -
HSV(B) 45.12º 0.75% 0.65% -
XYZ 24.79 25.6 5.73 -
YUV 133.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 166 135 41 0 0.19 0.75 0.35 45.12 0.6 0.41
Hex A6 87 29 0 13 4B 23 2D 3C 29
Octal 246 207 51 0 23 113 43 55 74 51
Binary 10100110 10000111 101001 0 10011 1001011 100011 101101 111100 101001

Color Harmonies of #A68729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68729

Black with #A68729

Text Example


Text Example

White with #A68729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68729; }

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

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

background-color css

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

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

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

border-color css

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

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

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