Html Css Color HEX #A25B1E Rich Gold

📋 copy color: '#A25B1E'

red 162 ◦ green 91 ◦ blue 30

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

Shades of Rich Gold #A25B1E

Tints of Rich Gold #A25B1E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.16%

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

R = 57.24%
G = 32.16%
B = 10.6%

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

#A25B1E (or 0xA25B1E) is known color: Rich Gold. HEX triplet: A2, 5B and 1E. RGB value is (162,91,30). Sum of RGB (Red+Green+Blue) = 162+91+30=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B1E is #5DA4E1. Grayscale: #696969. Windows color (decimal): -6137058 or 1989538. OLE color: 1989538.

HSL color Cylindrical-coordinate representation of color #A25B1E: hue angle of 27.73º 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 #A25B1E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 91 30 -
CMYK 0 0.44 0.81 0.36
HSL 27.73º 0.69% 0.38% -
HSV(B) 27.73º 0.81% 0.64% -
XYZ 18.88 15.26 3.18 -
YUV 105.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 162 91 30 0 0.44 0.81 0.36 27.73 0.69 0.38
Hex A2 5B 1E 0 2C 51 24 1C 45 26
Octal 242 133 36 0 54 121 44 34 105 46
Binary 10100010 1011011 11110 0 101100 1010001 100100 11100 1000101 100110

Color Harmonies of #A25B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B1E

Black with #A25B1E

Text Example


Text Example

White with #A25B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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