Html Css Color HEX #A25123 Rich Gold

📋 copy color: '#A25123'

red 162 ◦ green 81 ◦ blue 35

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

Shades of Rich Gold #A25123

Tints of Rich Gold #A25123

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

 BLUE value IS 35 (14.06% from 255) = 12.59%

R = 58.27%
G = 29.14%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A25123 (or 0xA25123) is known color: Rich Gold. HEX triplet: A2, 51 and 23. RGB value is (162,81,35). Sum of RGB (Red+Green+Blue) = 162+81+35=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A25123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25123 is #5DAEDC. Grayscale: #646464. Windows color (decimal): -6139613 or 2314658. OLE color: 2314658.

HSL color Cylindrical-coordinate representation of color #A25123: hue angle of 21.73º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A25123 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 35 -
CMYK 0 0.50 0.78 0.36
HSL 21.73º 0.64% 0.39% -
HSV(B) 21.73º 0.78% 0.64% -
XYZ 18.15 13.69 3.28 -
YUV 99.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 162 81 35 0 0.50 0.78 0.36 21.73 0.64 0.39
Hex A2 51 23 0 32 4E 24 16 40 27
Octal 242 121 43 0 62 116 44 26 100 47
Binary 10100010 1010001 100011 0 110010 1001110 100100 10110 1000000 100111

Color Harmonies of #A25123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25123

Black with #A25123

Text Example


Text Example

White with #A25123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25123; }

 p { color: rgb(162,81,35); }

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

background-color css

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

 a { background-color: rgb(162,81,35); }

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

border-color css

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

 span { border-color: rgb(162,81,35); }

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