Html Css Color HEX #A95A1A Rich Gold

📋 copy color: '#A95A1A'

red 169 ◦ green 90 ◦ blue 26

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

Shades of Rich Gold #A95A1A

Tints of Rich Gold #A95A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

 BLUE value IS 26 (10.55% from 255) = 9.12%

R = 59.3%
G = 31.58%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A95A1A (or 0xA95A1A) is known color: Rich Gold. HEX triplet: A9, 5A and 1A. RGB value is (169,90,26). Sum of RGB (Red+Green+Blue) = 169+90+26=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A1A is #56A5E5. Grayscale: #6A6A6A. Windows color (decimal): -5678566 or 1727145. OLE color: 1727145.

HSL color Cylindrical-coordinate representation of color #A95A1A: hue angle of 26.85º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A95A1A is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 90 26 -
CMYK 0 0.47 0.85 0.34
HSL 26.85º 0.73% 0.38% -
HSV(B) 26.85º 0.85% 0.66% -
XYZ 20.2 15.82 2.97 -
YUV 106.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 169 90 26 0 0.47 0.85 0.34 26.85 0.73 0.38
Hex A9 5A 1A 0 2F 55 22 1B 49 26
Octal 251 132 32 0 57 125 42 33 111 46
Binary 10101001 1011010 11010 0 101111 1010101 100010 11011 1001001 100110

Color Harmonies of #A95A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A1A

Black with #A95A1A

Text Example


Text Example

White with #A95A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A1A; }

 p { color: rgb(169,90,26); }

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

background-color css

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

 a { background-color: rgb(169,90,26); }

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

border-color css

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

 span { border-color: rgb(169,90,26); }

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