Html Css Color HEX #A98728 Hacienda

📋 copy color: '#A98728'

red 169 ◦ green 135 ◦ blue 40

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

Shades of Hacienda #A98728

Tints of Hacienda #A98728

RGB

 RED value IS 169 (66.41% from 255) = 49.13%

 GREEN value IS 135 (53.13% from 255) = 39.24%

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

R = 49.13%
G = 39.24%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A98728 (or 0xA98728) is known color: Hacienda. HEX triplet: A9, 87 and 28. RGB value is (169,135,40). Sum of RGB (Red+Green+Blue) = 169+135+40=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A98728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98728 is #5678D7. Grayscale: #868686. Windows color (decimal): -5667032 or 2656169. OLE color: 2656169.

HSL color Cylindrical-coordinate representation of color #A98728: hue angle of 44.19º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A98728 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 135 40 -
CMYK 0 0.20 0.76 0.34
HSL 44.19º 0.62% 0.41% -
HSV(B) 44.19º 0.76% 0.66% -
XYZ 25.41 25.92 5.67 -
YUV 134.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 169 135 40 0 0.20 0.76 0.34 44.19 0.62 0.41
Hex A9 87 28 0 14 4C 22 2C 3E 29
Octal 251 207 50 0 24 114 42 54 76 51
Binary 10101001 10000111 101000 0 10100 1001100 100010 101100 111110 101001

Color Harmonies of #A98728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98728

Black with #A98728

Text Example


Text Example

White with #A98728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98728; }

 p { color: rgb(169,135,40); }

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

background-color css

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

 a { background-color: rgb(169,135,40); }

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

border-color css

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

 span { border-color: rgb(169,135,40); }

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