Html Css Color HEX #AD8425 Hacienda

📋 copy color: '#AD8425'

red 173 ◦ green 132 ◦ blue 37

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

Shades of Hacienda #AD8425

Tints of Hacienda #AD8425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.6%

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

R = 50.58%
G = 38.6%
B = 10.82%

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

#AD8425 (or 0xAD8425) is known color: Hacienda. HEX triplet: AD, 84 and 25. RGB value is (173,132,37). Sum of RGB (Red+Green+Blue) = 173+132+37=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8425 is #527BDA. Grayscale: #858585. Windows color (decimal): -5405659 or 2458797. OLE color: 2458797.

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

Color convert

RGB 173 132 37 -
CMYK 0 0.24 0.79 0.32
HSL 41.91º 0.65% 0.41% -
HSV(B) 41.91º 0.79% 0.68% -
XYZ 25.82 25.52 5.32 -
YUV 133.43 73.58 156.22 -
System Red Green Blue C M Y K H S L
Decimal 173 132 37 0 0.24 0.79 0.32 41.91 0.65 0.41
Hex AD 84 25 0 18 4F 20 2A 41 29
Octal 255 204 45 0 30 117 40 52 101 51
Binary 10101101 10000100 100101 0 11000 1001111 100000 101010 1000001 101001

Color Harmonies of #AD8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8425

Black with #AD8425

Text Example


Text Example

White with #AD8425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8425; }

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

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

background-color css

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

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

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

border-color css

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

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

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