Html Css Color HEX #AD8326 Hacienda

📋 copy color: '#AD8326'

red 173 ◦ green 131 ◦ blue 38

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

Shades of Hacienda #AD8326

Tints of Hacienda #AD8326

RGB

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

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

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

R = 50.58%
G = 38.3%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD8326 (or 0xAD8326) is known color: Hacienda. HEX triplet: AD, 83 and 26. RGB value is (173,131,38). Sum of RGB (Red+Green+Blue) = 173+131+38=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8326 is #527CD9. Grayscale: #858585. Windows color (decimal): -5405914 or 2524077. OLE color: 2524077.

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

Color convert

RGB 173 131 38 -
CMYK 0 0.24 0.78 0.32
HSL 41.33º 0.64% 0.41% -
HSV(B) 41.33º 0.78% 0.68% -
XYZ 25.7 25.26 5.35 -
YUV 132.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 173 131 38 0 0.24 0.78 0.32 41.33 0.64 0.41
Hex AD 83 26 0 18 4E 20 29 40 29
Octal 255 203 46 0 30 116 40 51 100 51
Binary 10101101 10000011 100110 0 11000 1001110 100000 101001 1000000 101001

Color Harmonies of #AD8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8326

Black with #AD8326

Text Example


Text Example

White with #AD8326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8326; }

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

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

background-color css

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

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

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

border-color css

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

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

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