Html Css Color HEX #A25B27 Rich Gold

📋 copy color: '#A25B27'

red 162 ◦ green 91 ◦ blue 39

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

Shades of Rich Gold #A25B27

Tints of Rich Gold #A25B27

RGB

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

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

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

R = 55.48%
G = 31.16%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A25B27 (or 0xA25B27) is known color: Rich Gold. HEX triplet: A2, 5B and 27. RGB value is (162,91,39). Sum of RGB (Red+Green+Blue) = 162+91+39=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B27 is #5DA4D8. Grayscale: #6A6A6A. Windows color (decimal): -6137049 or 2579362. OLE color: 2579362.

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

Color convert

RGB 162 91 39 -
CMYK 0 0.44 0.76 0.36
HSL 25.37º 0.61% 0.39% -
HSV(B) 25.37º 0.76% 0.64% -
XYZ 19.01 15.31 3.87 -
YUV 106.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 162 91 39 0 0.44 0.76 0.36 25.37 0.61 0.39
Hex A2 5B 27 0 2C 4C 24 19 3D 27
Octal 242 133 47 0 54 114 44 31 75 47
Binary 10100010 1011011 100111 0 101100 1001100 100100 11001 111101 100111

Color Harmonies of #A25B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B27

Black with #A25B27

Text Example


Text Example

White with #A25B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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