Html Css Color HEX #A68723 Hacienda

📋 copy color: '#A68723'

red 166 ◦ green 135 ◦ blue 35

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

Shades of Hacienda #A68723

Tints of Hacienda #A68723

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.18%

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

R = 49.4%
G = 40.18%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A68723 (or 0xA68723) is known color: Hacienda. HEX triplet: A6, 87 and 23. RGB value is (166,135,35). Sum of RGB (Red+Green+Blue) = 166+135+35=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A68723 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68723 is #5978DC. Grayscale: #858585. Windows color (decimal): -5863645 or 2328486. OLE color: 2328486.

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

Color convert

RGB 166 135 35 -
CMYK 0 0.19 0.79 0.35
HSL 45.8º 0.65% 0.39% -
HSV(B) 45.8º 0.79% 0.65% -
XYZ 24.69 25.56 5.22 -
YUV 132.87 72.77 151.63 -
System Red Green Blue C M Y K H S L
Decimal 166 135 35 0 0.19 0.79 0.35 45.8 0.65 0.39
Hex A6 87 23 0 13 4F 23 2E 41 27
Octal 246 207 43 0 23 117 43 56 101 47
Binary 10100110 10000111 100011 0 10011 1001111 100011 101110 1000001 100111

Color Harmonies of #A68723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68723

Black with #A68723

Text Example


Text Example

White with #A68723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68723; }

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

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

background-color css

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

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

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

border-color css

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

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

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