Html Css Color HEX #A98326 Hacienda

📋 copy color: '#A98326'

red 169 ◦ green 131 ◦ blue 38

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

Shades of Hacienda #A98326

Tints of Hacienda #A98326

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 50%
G = 38.76%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A98326 (or 0xA98326) is known color: Hacienda. HEX triplet: A9, 83 and 26. RGB value is (169,131,38). Sum of RGB (Red+Green+Blue) = 169+131+38=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A98326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98326 is #567CD9. Grayscale: #848484. Windows color (decimal): -5668058 or 2524073. OLE color: 2524073.

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

Color convert

RGB 169 131 38 -
CMYK 0 0.22 0.78 0.34
HSL 42.6º 0.63% 0.41% -
HSV(B) 42.6º 0.78% 0.66% -
XYZ 24.83 24.81 5.31 -
YUV 131.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 169 131 38 0 0.22 0.78 0.34 42.6 0.63 0.41
Hex A9 83 26 0 16 4E 22 2B 3F 29
Octal 251 203 46 0 26 116 42 53 77 51
Binary 10101001 10000011 100110 0 10110 1001110 100010 101011 111111 101001

Color Harmonies of #A98326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98326

Black with #A98326

Text Example


Text Example

White with #A98326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98326; }

 p { color: rgb(169,131,38); }

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

background-color css

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

 a { background-color: rgb(169,131,38); }

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

border-color css

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

 span { border-color: rgb(169,131,38); }

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