Html Css Color HEX #A68923 Hacienda

📋 copy color: '#A68923'

red 166 ◦ green 137 ◦ blue 35

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

Shades of Hacienda #A68923

Tints of Hacienda #A68923

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.53%

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

R = 49.11%
G = 40.53%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A68923 (or 0xA68923) is known color: Hacienda. HEX triplet: A6, 89 and 23. RGB value is (166,137,35). Sum of RGB (Red+Green+Blue) = 166+137+35=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A68923 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68923 is #5976DC. Grayscale: #868686. Windows color (decimal): -5863133 or 2328998. OLE color: 2328998.

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

Color convert

RGB 166 137 35 -
CMYK 0 0.17 0.79 0.35
HSL 46.72º 0.65% 0.39% -
HSV(B) 46.72º 0.79% 0.65% -
XYZ 24.97 26.12 5.32 -
YUV 134.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 166 137 35 0 0.17 0.79 0.35 46.72 0.65 0.39
Hex A6 89 23 0 11 4F 23 2F 41 27
Octal 246 211 43 0 21 117 43 57 101 47
Binary 10100110 10001001 100011 0 10001 1001111 100011 101111 1000001 100111

Color Harmonies of #A68923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68923

Black with #A68923

Text Example


Text Example

White with #A68923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68923; }

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

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

background-color css

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

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

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

border-color css

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

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

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