Html Css Color HEX #A68123 Hacienda

📋 copy color: '#A68123'

red 166 ◦ green 129 ◦ blue 35

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

Shades of Hacienda #A68123

Tints of Hacienda #A68123

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 35 (14.06% from 255) = 10.61%

R = 50.3%
G = 39.09%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A68123 (or 0xA68123) is known color: Hacienda. HEX triplet: A6, 81 and 23. RGB value is (166,129,35). Sum of RGB (Red+Green+Blue) = 166+129+35=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A68123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68123 is #597EDC. Grayscale: #818181. Windows color (decimal): -5865181 or 2326950. OLE color: 2326950.

HSL color Cylindrical-coordinate representation of color #A68123: hue angle of 43.05º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A68123 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 129 35 -
CMYK 0 0.22 0.79 0.35
HSL 43.05º 0.65% 0.39% -
HSV(B) 43.05º 0.79% 0.65% -
XYZ 23.88 23.93 4.95 -
YUV 129.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 166 129 35 0 0.22 0.79 0.35 43.05 0.65 0.39
Hex A6 81 23 0 16 4F 23 2B 41 27
Octal 246 201 43 0 26 117 43 53 101 47
Binary 10100110 10000001 100011 0 10110 1001111 100011 101011 1000001 100111

Color Harmonies of #A68123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68123

Black with #A68123

Text Example


Text Example

White with #A68123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68123; }

 p { color: rgb(166,129,35); }

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

background-color css

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

 a { background-color: rgb(166,129,35); }

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

border-color css

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

 span { border-color: rgb(166,129,35); }

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