Html Css Color HEX #A68825 Hacienda

📋 copy color: '#A68825'

red 166 ◦ green 136 ◦ blue 37

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

Shades of Hacienda #A68825

Tints of Hacienda #A68825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 48.97%
G = 40.12%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A68825 (or 0xA68825) is known color: Hacienda. HEX triplet: A6, 88 and 25. RGB value is (166,136,37). Sum of RGB (Red+Green+Blue) = 166+136+37=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A68825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68825 is #5977DA. Grayscale: #868686. Windows color (decimal): -5863387 or 2459814. OLE color: 2459814.

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

Color convert

RGB 166 136 37 -
CMYK 0 0.18 0.78 0.35
HSL 46.05º 0.64% 0.4% -
HSV(B) 46.05º 0.78% 0.65% -
XYZ 24.86 25.85 5.43 -
YUV 133.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 166 136 37 0 0.18 0.78 0.35 46.05 0.64 0.4
Hex A6 88 25 0 12 4E 23 2E 40 28
Octal 246 210 45 0 22 116 43 56 100 50
Binary 10100110 10001000 100101 0 10010 1001110 100011 101110 1000000 101000

Color Harmonies of #A68825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68825

Black with #A68825

Text Example


Text Example

White with #A68825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68825; }

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

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

background-color css

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

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

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

border-color css

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

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

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