Html Css Color HEX #A25D1D Rich Gold

📋 copy color: '#A25D1D'

red 162 ◦ green 93 ◦ blue 29

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

Shades of Rich Gold #A25D1D

Tints of Rich Gold #A25D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.75%

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 57.04%
G = 32.75%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A25D1D (or 0xA25D1D) is known color: Rich Gold. HEX triplet: A2, 5D and 1D. RGB value is (162,93,29). Sum of RGB (Red+Green+Blue) = 162+93+29=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D1D is #5DA2E2. Grayscale: #6A6A6A. Windows color (decimal): -6136547 or 1924514. OLE color: 1924514.

HSL color Cylindrical-coordinate representation of color #A25D1D: hue angle of 28.87º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A25D1D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 93 29 -
CMYK 0 0.43 0.82 0.36
HSL 28.87º 0.7% 0.37% -
HSV(B) 28.87º 0.82% 0.64% -
XYZ 19.04 15.6 3.17 -
YUV 106.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 162 93 29 0 0.43 0.82 0.36 28.87 0.7 0.37
Hex A2 5D 1D 0 2B 52 24 1D 46 25
Octal 242 135 35 0 53 122 44 35 106 45
Binary 10100010 1011101 11101 0 101011 1010010 100100 11101 1000110 100101

Color Harmonies of #A25D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D1D

Black with #A25D1D

Text Example


Text Example

White with #A25D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D1D; }

 p { color: rgb(162,93,29); }

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

background-color css

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

 a { background-color: rgb(162,93,29); }

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

border-color css

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

 span { border-color: rgb(162,93,29); }

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