Html Css Color HEX #AD841B Hacienda

📋 copy color: '#AD841B'

red 173 ◦ green 132 ◦ blue 27

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

Shades of Hacienda #AD841B

Tints of Hacienda #AD841B

RGB

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

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

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

R = 52.11%
G = 39.76%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD841B (or 0xAD841B) is known color: Hacienda. HEX triplet: AD, 84 and 1B. RGB value is (173,132,27). Sum of RGB (Red+Green+Blue) = 173+132+27=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD841B is #527BE4. Grayscale: #848484. Windows color (decimal): -5405669 or 1803437. OLE color: 1803437.

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

Color convert

RGB 173 132 27 -
CMYK 0 0.24 0.84 0.32
HSL 43.15º 0.73% 0.39% -
HSV(B) 43.15º 0.84% 0.68% -
XYZ 25.68 25.47 4.6 -
YUV 132.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 173 132 27 0 0.24 0.84 0.32 43.15 0.73 0.39
Hex AD 84 1B 0 18 54 20 2B 49 27
Octal 255 204 33 0 30 124 40 53 111 47
Binary 10101101 10000100 11011 0 11000 1010100 100000 101011 1001001 100111

Color Harmonies of #AD841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD841B

Black with #AD841B

Text Example


Text Example

White with #AD841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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