Html Css Color HEX #AD7B1B Hacienda

📋 copy color: '#AD7B1B'

red 173 ◦ green 123 ◦ blue 27

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

Shades of Hacienda #AD7B1B

Tints of Hacienda #AD7B1B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.08%

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

R = 53.56%
G = 38.08%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD7B1B (or 0xAD7B1B) is known color: Hacienda. HEX triplet: AD, 7B and 1B. RGB value is (173,123,27). Sum of RGB (Red+Green+Blue) = 173+123+27=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B1B is #5284E4. Grayscale: #7F7F7F. Windows color (decimal): -5407973 or 1801133. OLE color: 1801133.

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

Color convert

RGB 173 123 27 -
CMYK 0 0.29 0.84 0.32
HSL 39.45º 0.73% 0.39% -
HSV(B) 39.45º 0.84% 0.68% -
XYZ 24.51 23.13 4.21 -
YUV 127.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 173 123 27 0 0.29 0.84 0.32 39.45 0.73 0.39
Hex AD 7B 1B 0 1D 54 20 27 49 27
Octal 255 173 33 0 35 124 40 47 111 47
Binary 10101101 1111011 11011 0 11101 1010100 100000 100111 1001001 100111

Color Harmonies of #AD7B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B1B

Black with #AD7B1B

Text Example


Text Example

White with #AD7B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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