Html Css Color HEX #AB7B16 Hacienda

📋 copy color: '#AB7B16'

red 171 ◦ green 123 ◦ blue 22

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

Shades of Hacienda #AB7B16

Tints of Hacienda #AB7B16

RGB

 RED value IS 171 (67.19% from 255) = 54.11%

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

 BLUE value IS 22 (8.98% from 255) = 6.96%

R = 54.11%
G = 38.92%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB7B16 (or 0xAB7B16) is known color: Hacienda. HEX triplet: AB, 7B and 16. RGB value is (171,123,22). Sum of RGB (Red+Green+Blue) = 171+123+22=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7B16 is #5484E9. Grayscale: #7E7E7E. Windows color (decimal): -5539050 or 1473451. OLE color: 1473451.

HSL color Cylindrical-coordinate representation of color #AB7B16: hue angle of 40.67º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB7B16 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 123 22 -
CMYK 0 0.28 0.87 0.33
HSL 40.67º 0.77% 0.38% -
HSV(B) 40.67º 0.87% 0.67% -
XYZ 24.02 22.88 3.91 -
YUV 125.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 171 123 22 0 0.28 0.87 0.33 40.67 0.77 0.38
Hex AB 7B 16 0 1C 57 21 29 4D 26
Octal 253 173 26 0 34 127 41 51 115 46
Binary 10101011 1111011 10110 0 11100 1010111 100001 101001 1001101 100110

Color Harmonies of #AB7B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B16

Black with #AB7B16

Text Example


Text Example

White with #AB7B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B16; }

 p { color: rgb(171,123,22); }

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

background-color css

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

 a { background-color: rgb(171,123,22); }

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

border-color css

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

 span { border-color: rgb(171,123,22); }

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