Html Css Color HEX #AD8325 Hacienda

📋 copy color: '#AD8325'

red 173 ◦ green 131 ◦ blue 37

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

Shades of Hacienda #AD8325

Tints of Hacienda #AD8325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

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

R = 50.73%
G = 38.42%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD8325 (or 0xAD8325) is known color: Hacienda. HEX triplet: AD, 83 and 25. RGB value is (173,131,37). Sum of RGB (Red+Green+Blue) = 173+131+37=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8325 is #527CDA. Grayscale: #858585. Windows color (decimal): -5405915 or 2458541. OLE color: 2458541.

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

Color convert

RGB 173 131 37 -
CMYK 0 0.24 0.79 0.32
HSL 41.47º 0.65% 0.41% -
HSV(B) 41.47º 0.79% 0.68% -
XYZ 25.68 25.25 5.27 -
YUV 132.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 173 131 37 0 0.24 0.79 0.32 41.47 0.65 0.41
Hex AD 83 25 0 18 4F 20 29 41 29
Octal 255 203 45 0 30 117 40 51 101 51
Binary 10101101 10000011 100101 0 11000 1001111 100000 101001 1000001 101001

Color Harmonies of #AD8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8325

Black with #AD8325

Text Example


Text Example

White with #AD8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8325; }

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

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

background-color css

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

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

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

border-color css

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

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

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