Html Css Color HEX #A95326 Rich Gold

📋 copy color: '#A95326'

red 169 ◦ green 83 ◦ blue 38

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

Shades of Rich Gold #A95326

Tints of Rich Gold #A95326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 58.28%
G = 28.62%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A95326 (or 0xA95326) is known color: Rich Gold. HEX triplet: A9, 53 and 26. RGB value is (169,83,38). Sum of RGB (Red+Green+Blue) = 169+83+38=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A95326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95326 is #56ACD9. Grayscale: #676767. Windows color (decimal): -5680346 or 2511785. OLE color: 2511785.

HSL color Cylindrical-coordinate representation of color #A95326: hue angle of 20.61º 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 #A95326 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 83 38 -
CMYK 0 0.51 0.78 0.34
HSL 20.61º 0.63% 0.41% -
HSV(B) 20.61º 0.78% 0.66% -
XYZ 19.81 14.76 3.64 -
YUV 103.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 169 83 38 0 0.51 0.78 0.34 20.61 0.63 0.41
Hex A9 53 26 0 33 4E 22 15 3F 29
Octal 251 123 46 0 63 116 42 25 77 51
Binary 10101001 1010011 100110 0 110011 1001110 100010 10101 111111 101001

Color Harmonies of #A95326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95326

Black with #A95326

Text Example


Text Example

White with #A95326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95326; }

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

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

background-color css

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

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

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

border-color css

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

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

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