Html Css Color HEX #AD8725 Hacienda

📋 copy color: '#AD8725'

red 173 ◦ green 135 ◦ blue 37

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

Shades of Hacienda #AD8725

Tints of Hacienda #AD8725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 50.14%
G = 39.13%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD8725 (or 0xAD8725) is known color: Hacienda. HEX triplet: AD, 87 and 25. RGB value is (173,135,37). Sum of RGB (Red+Green+Blue) = 173+135+37=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8725 is #5278DA. Grayscale: #878787. Windows color (decimal): -5404891 or 2459565. OLE color: 2459565.

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

Color convert

RGB 173 135 37 -
CMYK 0 0.22 0.79 0.32
HSL 43.24º 0.65% 0.41% -
HSV(B) 43.24º 0.79% 0.68% -
XYZ 26.23 26.35 5.45 -
YUV 135.19 72.59 154.97 -
System Red Green Blue C M Y K H S L
Decimal 173 135 37 0 0.22 0.79 0.32 43.24 0.65 0.41
Hex AD 87 25 0 16 4F 20 2B 41 29
Octal 255 207 45 0 26 117 40 53 101 51
Binary 10101101 10000111 100101 0 10110 1001111 100000 101011 1000001 101001

Color Harmonies of #AD8725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8725

Black with #AD8725

Text Example


Text Example

White with #AD8725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8725; }

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

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

background-color css

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

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

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

border-color css

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

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

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