Html Css Color HEX #A68827 Hacienda

📋 copy color: '#A68827'

red 166 ◦ green 136 ◦ blue 39

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

Shades of Hacienda #A68827

Tints of Hacienda #A68827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.44%

R = 48.68%
G = 39.88%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A68827 (or 0xA68827) is known color: Hacienda. HEX triplet: A6, 88 and 27. RGB value is (166,136,39). Sum of RGB (Red+Green+Blue) = 166+136+39=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A68827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68827 is #5977D8. Grayscale: #868686. Windows color (decimal): -5863385 or 2590886. OLE color: 2590886.

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

Color convert

RGB 166 136 39 -
CMYK 0 0.18 0.77 0.35
HSL 45.83º 0.62% 0.4% -
HSV(B) 45.83º 0.77% 0.65% -
XYZ 24.9 25.86 5.6 -
YUV 133.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 166 136 39 0 0.18 0.77 0.35 45.83 0.62 0.4
Hex A6 88 27 0 12 4D 23 2E 3E 28
Octal 246 210 47 0 22 115 43 56 76 50
Binary 10100110 10001000 100111 0 10010 1001101 100011 101110 111110 101000

Color Harmonies of #A68827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68827

Black with #A68827

Text Example


Text Example

White with #A68827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68827; }

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

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

background-color css

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

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

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

border-color css

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

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

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