Html Css Color HEX #AD8925 Hacienda

📋 copy color: '#AD8925'

red 173 ◦ green 137 ◦ blue 37

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

Shades of Hacienda #AD8925

Tints of Hacienda #AD8925

RGB

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

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

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

R = 49.86%
G = 39.48%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD8925 (or 0xAD8925) is known color: Hacienda. HEX triplet: AD, 89 and 25. RGB value is (173,137,37). Sum of RGB (Red+Green+Blue) = 173+137+37=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8925 is #5276DA. Grayscale: #888888. Windows color (decimal): -5404379 or 2460077. OLE color: 2460077.

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

Color convert

RGB 173 137 37 -
CMYK 0 0.21 0.79 0.32
HSL 44.12º 0.65% 0.41% -
HSV(B) 44.12º 0.79% 0.68% -
XYZ 26.51 26.91 5.55 -
YUV 136.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 173 137 37 0 0.21 0.79 0.32 44.12 0.65 0.41
Hex AD 89 25 0 15 4F 20 2C 41 29
Octal 255 211 45 0 25 117 40 54 101 51
Binary 10101101 10001001 100101 0 10101 1001111 100000 101100 1000001 101001

Color Harmonies of #AD8925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8925

Black with #AD8925

Text Example


Text Example

White with #AD8925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8925; }

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

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

background-color css

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

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

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

border-color css

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

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

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