Html Css Color HEX #A25D27 Rich Gold

📋 copy color: '#A25D27'

red 162 ◦ green 93 ◦ blue 39

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

Shades of Rich Gold #A25D27

Tints of Rich Gold #A25D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.27%

R = 55.1%
G = 31.63%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A25D27 (or 0xA25D27) is known color: Rich Gold. HEX triplet: A2, 5D and 27. RGB value is (162,93,39). Sum of RGB (Red+Green+Blue) = 162+93+39=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D27 is #5DA2D8. Grayscale: #6B6B6B. Windows color (decimal): -6136537 or 2579874. OLE color: 2579874.

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

Color convert

RGB 162 93 39 -
CMYK 0 0.43 0.76 0.36
HSL 26.34º 0.61% 0.39% -
HSV(B) 26.34º 0.76% 0.64% -
XYZ 19.18 15.66 3.93 -
YUV 107.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 162 93 39 0 0.43 0.76 0.36 26.34 0.61 0.39
Hex A2 5D 27 0 2B 4C 24 1A 3D 27
Octal 242 135 47 0 53 114 44 32 75 47
Binary 10100010 1011101 100111 0 101011 1001100 100100 11010 111101 100111

Color Harmonies of #A25D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D27

Black with #A25D27

Text Example


Text Example

White with #A25D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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