Html Css Color HEX #AD8726 Hacienda

📋 copy color: '#AD8726'

red 173 ◦ green 135 ◦ blue 38

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

Shades of Hacienda #AD8726

Tints of Hacienda #AD8726

RGB

 RED value IS 173 (67.97% from 255) = 50%

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

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 50%
G = 39.02%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD8726 (or 0xAD8726) is known color: Hacienda. HEX triplet: AD, 87 and 26. RGB value is (173,135,38). Sum of RGB (Red+Green+Blue) = 173+135+38=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8726 is #5278D9. Grayscale: #878787. Windows color (decimal): -5404890 or 2525101. OLE color: 2525101.

HSL color Cylindrical-coordinate representation of color #AD8726: hue angle of 43.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD8726 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 38 -
CMYK 0 0.22 0.78 0.32
HSL 43.11º 0.64% 0.41% -
HSV(B) 43.11º 0.78% 0.68% -
XYZ 26.25 26.35 5.54 -
YUV 135.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 173 135 38 0 0.22 0.78 0.32 43.11 0.64 0.41
Hex AD 87 26 0 16 4E 20 2B 40 29
Octal 255 207 46 0 26 116 40 53 100 51
Binary 10101101 10000111 100110 0 10110 1001110 100000 101011 1000000 101001

Color Harmonies of #AD8726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8726

Black with #AD8726

Text Example


Text Example

White with #AD8726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8726; }

 p { color: rgb(173,135,38); }

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

background-color css

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

 a { background-color: rgb(173,135,38); }

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

border-color css

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

 span { border-color: rgb(173,135,38); }

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