Html Css Color HEX #AD851C Hacienda

📋 copy color: '#AD851C'

red 173 ◦ green 133 ◦ blue 28

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

Shades of Hacienda #AD851C

Tints of Hacienda #AD851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 51.8%
G = 39.82%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD851C (or 0xAD851C) is known color: Hacienda. HEX triplet: AD, 85 and 1C. RGB value is (173,133,28). Sum of RGB (Red+Green+Blue) = 173+133+28=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD851C is #527AE3. Grayscale: #858585. Windows color (decimal): -5405412 or 1869229. OLE color: 1869229.

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

Color convert

RGB 173 133 28 -
CMYK 0 0.23 0.84 0.32
HSL 43.45º 0.72% 0.39% -
HSV(B) 43.45º 0.84% 0.68% -
XYZ 25.83 25.74 4.71 -
YUV 132.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 173 133 28 0 0.23 0.84 0.32 43.45 0.72 0.39
Hex AD 85 1C 0 17 54 20 2B 48 27
Octal 255 205 34 0 27 124 40 53 110 47
Binary 10101101 10000101 11100 0 10111 1010100 100000 101011 1001000 100111

Color Harmonies of #AD851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD851C

Black with #AD851C

Text Example


Text Example

White with #AD851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD851C; }

 p { color: rgb(173,133,28); }

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

background-color css

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

 a { background-color: rgb(173,133,28); }

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

border-color css

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

 span { border-color: rgb(173,133,28); }

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