Html Css Color HEX #AD821B Hacienda

📋 copy color: '#AD821B'

red 173 ◦ green 130 ◦ blue 27

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

Shades of Hacienda #AD821B

Tints of Hacienda #AD821B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.39%

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 52.42%
G = 39.39%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD821B (or 0xAD821B) is known color: Hacienda. HEX triplet: AD, 82 and 1B. RGB value is (173,130,27). Sum of RGB (Red+Green+Blue) = 173+130+27=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD821B is #527DE4. Grayscale: #838383. Windows color (decimal): -5406181 or 1802925. OLE color: 1802925.

HSL color Cylindrical-coordinate representation of color #AD821B: hue angle of 42.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD821B is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 27 -
CMYK 0 0.25 0.84 0.32
HSL 42.33º 0.73% 0.39% -
HSV(B) 42.33º 0.84% 0.68% -
XYZ 25.41 24.93 4.51 -
YUV 131.12 69.25 157.88 -
System Red Green Blue C M Y K H S L
Decimal 173 130 27 0 0.25 0.84 0.32 42.33 0.73 0.39
Hex AD 82 1B 0 19 54 20 2A 49 27
Octal 255 202 33 0 31 124 40 52 111 47
Binary 10101101 10000010 11011 0 11001 1010100 100000 101010 1001001 100111

Color Harmonies of #AD821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD821B

Black with #AD821B

Text Example


Text Example

White with #AD821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD821B; }

 p { color: rgb(173,130,27); }

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

background-color css

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

 a { background-color: rgb(173,130,27); }

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

border-color css

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

 span { border-color: rgb(173,130,27); }

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