Html Css Color HEX #AD841E Hacienda

📋 copy color: '#AD841E'

red 173 ◦ green 132 ◦ blue 30

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

Shades of Hacienda #AD841E

Tints of Hacienda #AD841E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.96%

R = 51.64%
G = 39.4%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD841E (or 0xAD841E) is known color: Hacienda. HEX triplet: AD, 84 and 1E. RGB value is (173,132,30). Sum of RGB (Red+Green+Blue) = 173+132+30=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD841E is #527BE1. Grayscale: #858585. Windows color (decimal): -5405666 or 2000045. OLE color: 2000045.

HSL color Cylindrical-coordinate representation of color #AD841E: hue angle of 42.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD841E is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 132 30 -
CMYK 0 0.24 0.83 0.32
HSL 42.8º 0.7% 0.4% -
HSV(B) 42.8º 0.83% 0.68% -
XYZ 25.72 25.48 4.79 -
YUV 132.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 173 132 30 0 0.24 0.83 0.32 42.8 0.7 0.4
Hex AD 84 1E 0 18 53 20 2B 46 28
Octal 255 204 36 0 30 123 40 53 106 50
Binary 10101101 10000100 11110 0 11000 1010011 100000 101011 1000110 101000

Color Harmonies of #AD841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD841E

Black with #AD841E

Text Example


Text Example

White with #AD841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD841E; }

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

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

background-color css

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

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

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

border-color css

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

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

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