Html Css Color HEX #A05425 Rich Gold

📋 copy color: '#A05425'

red 160 ◦ green 84 ◦ blue 37

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

Shades of Rich Gold #A05425

Tints of Rich Gold #A05425

RGB

 RED value IS 160 (62.89% from 255) = 56.94%

 GREEN value IS 84 (33.2% from 255) = 29.89%

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 56.94%
G = 29.89%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A05425 (or 0xA05425) is known color: Rich Gold. HEX triplet: A0, 54 and 25. RGB value is (160,84,37). Sum of RGB (Red+Green+Blue) = 160+84+37=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A05425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05425 is #5FABDA. Grayscale: #656565. Windows color (decimal): -6269915 or 2446496. OLE color: 2446496.

HSL color Cylindrical-coordinate representation of color #A05425: hue angle of 22.93º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A05425 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 84 37 -
CMYK 0 0.48 0.77 0.37
HSL 22.93º 0.62% 0.39% -
HSV(B) 22.93º 0.77% 0.63% -
XYZ 18 13.95 3.49 -
YUV 101.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 160 84 37 0 0.48 0.77 0.37 22.93 0.62 0.39
Hex A0 54 25 0 30 4D 25 17 3E 27
Octal 240 124 45 0 60 115 45 27 76 47
Binary 10100000 1010100 100101 0 110000 1001101 100101 10111 111110 100111

Color Harmonies of #A05425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05425

Black with #A05425

Text Example


Text Example

White with #A05425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05425; }

 p { color: rgb(160,84,37); }

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

background-color css

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

 a { background-color: rgb(160,84,37); }

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

border-color css

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

 span { border-color: rgb(160,84,37); }

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