Html Css Color HEX #A68427 Hacienda

📋 copy color: '#A68427'

red 166 ◦ green 132 ◦ blue 39

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

Shades of Hacienda #A68427

Tints of Hacienda #A68427

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

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

R = 49.26%
G = 39.17%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A68427 (or 0xA68427) is known color: Hacienda. HEX triplet: A6, 84 and 27. RGB value is (166,132,39). Sum of RGB (Red+Green+Blue) = 166+132+39=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A68427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68427 is #597BD8. Grayscale: #838383. Windows color (decimal): -5864409 or 2589862. OLE color: 2589862.

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

Color convert

RGB 166 132 39 -
CMYK 0 0.20 0.77 0.35
HSL 43.94º 0.62% 0.4% -
HSV(B) 43.94º 0.77% 0.65% -
XYZ 24.34 24.76 5.41 -
YUV 131.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 166 132 39 0 0.20 0.77 0.35 43.94 0.62 0.4
Hex A6 84 27 0 14 4D 23 2C 3E 28
Octal 246 204 47 0 24 115 43 54 76 50
Binary 10100110 10000100 100111 0 10100 1001101 100011 101100 111110 101000

Color Harmonies of #A68427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68427

Black with #A68427

Text Example


Text Example

White with #A68427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68427; }

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

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

background-color css

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

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

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

border-color css

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

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

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