Html Css Color HEX #AB8628 Hacienda

📋 copy color: '#AB8628'

red 171 ◦ green 134 ◦ blue 40

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

Shades of Hacienda #AB8628

Tints of Hacienda #AB8628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 49.57%
G = 38.84%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB8628 (or 0xAB8628) is known color: Hacienda. HEX triplet: AB, 86 and 28. RGB value is (171,134,40). Sum of RGB (Red+Green+Blue) = 171+134+40=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8628 is #5479D7. Grayscale: #868686. Windows color (decimal): -5536216 or 2655915. OLE color: 2655915.

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

Color convert

RGB 171 134 40 -
CMYK 0 0.22 0.77 0.33
HSL 43.05º 0.62% 0.41% -
HSV(B) 43.05º 0.77% 0.67% -
XYZ 25.7 25.86 5.64 -
YUV 134.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 171 134 40 0 0.22 0.77 0.33 43.05 0.62 0.41
Hex AB 86 28 0 16 4D 21 2B 3E 29
Octal 253 206 50 0 26 115 41 53 76 51
Binary 10101011 10000110 101000 0 10110 1001101 100001 101011 111110 101001

Color Harmonies of #AB8628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8628

Black with #AB8628

Text Example


Text Example

White with #AB8628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8628; }

 p { color: rgb(171,134,40); }

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

background-color css

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

 a { background-color: rgb(171,134,40); }

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

border-color css

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

 span { border-color: rgb(171,134,40); }

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