Html Css Color HEX #A68626 Hacienda

📋 copy color: '#A68626'

red 166 ◦ green 134 ◦ blue 38

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

Shades of Hacienda #A68626

Tints of Hacienda #A68626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 49.11%
G = 39.64%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A68626 (or 0xA68626) is known color: Hacienda. HEX triplet: A6, 86 and 26. RGB value is (166,134,38). Sum of RGB (Red+Green+Blue) = 166+134+38=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A68626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68626 is #5979D9. Grayscale: #858585. Windows color (decimal): -5863898 or 2524838. OLE color: 2524838.

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

Color convert

RGB 166 134 38 -
CMYK 0 0.19 0.77 0.35
HSL 45º 0.63% 0.4% -
HSV(B) 45º 0.77% 0.65% -
XYZ 24.6 25.3 5.42 -
YUV 132.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 166 134 38 0 0.19 0.77 0.35 45 0.63 0.4
Hex A6 86 26 0 13 4D 23 2D 3F 28
Octal 246 206 46 0 23 115 43 55 77 50
Binary 10100110 10000110 100110 0 10011 1001101 100011 101101 111111 101000

Color Harmonies of #A68626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68626

Black with #A68626

Text Example


Text Example

White with #A68626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68626; }

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

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

background-color css

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

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

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

border-color css

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

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

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