Html Css Color HEX #AD7A1A Hacienda

📋 copy color: '#AD7A1A'

red 173 ◦ green 122 ◦ blue 26

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

Shades of Hacienda #AD7A1A

Tints of Hacienda #AD7A1A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.01%

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 53.89%
G = 38.01%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD7A1A (or 0xAD7A1A) is known color: Hacienda. HEX triplet: AD, 7A and 1A. RGB value is (173,122,26). Sum of RGB (Red+Green+Blue) = 173+122+26=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A1A is #5285E5. Grayscale: #7E7E7E. Windows color (decimal): -5408230 or 1735341. OLE color: 1735341.

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

Color convert

RGB 173 122 26 -
CMYK 0 0.29 0.85 0.32
HSL 39.18º 0.74% 0.39% -
HSV(B) 39.18º 0.85% 0.68% -
XYZ 24.38 22.88 4.11 -
YUV 126.31 71.4 161.31 -
System Red Green Blue C M Y K H S L
Decimal 173 122 26 0 0.29 0.85 0.32 39.18 0.74 0.39
Hex AD 7A 1A 0 1D 55 20 27 4A 27
Octal 255 172 32 0 35 125 40 47 112 47
Binary 10101101 1111010 11010 0 11101 1010101 100000 100111 1001010 100111

Color Harmonies of #AD7A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A1A

Black with #AD7A1A

Text Example


Text Example

White with #AD7A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A1A; }

 p { color: rgb(173,122,26); }

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

background-color css

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

 a { background-color: rgb(173,122,26); }

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

border-color css

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

 span { border-color: rgb(173,122,26); }

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