Html Css Color HEX #A25A1E Rich Gold

📋 copy color: '#A25A1E'

red 162 ◦ green 90 ◦ blue 30

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

Shades of Rich Gold #A25A1E

Tints of Rich Gold #A25A1E

RGB

 RED value IS 162 (63.67% from 255) = 57.45%

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 57.45%
G = 31.91%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A25A1E (or 0xA25A1E) is known color: Rich Gold. HEX triplet: A2, 5A and 1E. RGB value is (162,90,30). Sum of RGB (Red+Green+Blue) = 162+90+30=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A1E is #5DA5E1. Grayscale: #686868. Windows color (decimal): -6137314 or 1989282. OLE color: 1989282.

HSL color Cylindrical-coordinate representation of color #A25A1E: hue angle of 27.27º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A25A1E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 90 30 -
CMYK 0 0.44 0.81 0.36
HSL 27.27º 0.69% 0.38% -
HSV(B) 27.27º 0.81% 0.64% -
XYZ 18.79 15.09 3.15 -
YUV 104.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 162 90 30 0 0.44 0.81 0.36 27.27 0.69 0.38
Hex A2 5A 1E 0 2C 51 24 1B 45 26
Octal 242 132 36 0 54 121 44 33 105 46
Binary 10100010 1011010 11110 0 101100 1010001 100100 11011 1000101 100110

Color Harmonies of #A25A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A1E

Black with #A25A1E

Text Example


Text Example

White with #A25A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A1E; }

 p { color: rgb(162,90,30); }

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

background-color css

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

 a { background-color: rgb(162,90,30); }

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

border-color css

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

 span { border-color: rgb(162,90,30); }

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