Html Css Color HEX #A68B1B Hacienda

📋 copy color: '#A68B1B'

red 166 ◦ green 139 ◦ blue 27

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

Shades of Hacienda #A68B1B

Tints of Hacienda #A68B1B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.87%

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 50%
G = 41.87%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A68B1B (or 0xA68B1B) is known color: Hacienda. HEX triplet: A6, 8B and 1B. RGB value is (166,139,27). Sum of RGB (Red+Green+Blue) = 166+139+27=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68B1B is #5974E4. Grayscale: #868686. Windows color (decimal): -5862629 or 1805222. OLE color: 1805222.

HSL color Cylindrical-coordinate representation of color #A68B1B: hue angle of 48.35º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A68B1B is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 139 27 -
CMYK 0 0.16 0.84 0.35
HSL 48.35º 0.72% 0.38% -
HSV(B) 48.35º 0.84% 0.65% -
XYZ 25.16 26.65 4.86 -
YUV 134.31 67.45 150.61 -
System Red Green Blue C M Y K H S L
Decimal 166 139 27 0 0.16 0.84 0.35 48.35 0.72 0.38
Hex A6 8B 1B 0 10 54 23 30 48 26
Octal 246 213 33 0 20 124 43 60 110 46
Binary 10100110 10001011 11011 0 10000 1010100 100011 110000 1001000 100110

Color Harmonies of #A68B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B1B

Black with #A68B1B

Text Example


Text Example

White with #A68B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B1B; }

 p { color: rgb(166,139,27); }

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

background-color css

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

 a { background-color: rgb(166,139,27); }

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

border-color css

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

 span { border-color: rgb(166,139,27); }

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