Html Css Color HEX #A25614 Rich Gold

📋 copy color: '#A25614'

red 162 ◦ green 86 ◦ blue 20

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

Shades of Rich Gold #A25614

Tints of Rich Gold #A25614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 60.45%
G = 32.09%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A25614 (or 0xA25614) is known color: Rich Gold. HEX triplet: A2, 56 and 14. RGB value is (162,86,20). Sum of RGB (Red+Green+Blue) = 162+86+20=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A25614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25614 is #5DA9EB. Grayscale: #656565. Windows color (decimal): -6138348 or 1332898. OLE color: 1332898.

HSL color Cylindrical-coordinate representation of color #A25614: hue angle of 27.89º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A25614 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 86 20 -
CMYK 0 0.47 0.88 0.36
HSL 27.89º 0.78% 0.36% -
HSV(B) 27.89º 0.88% 0.64% -
XYZ 18.35 14.39 2.47 -
YUV 101.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 162 86 20 0 0.47 0.88 0.36 27.89 0.78 0.36
Hex A2 56 14 0 2F 58 24 1C 4E 24
Octal 242 126 24 0 57 130 44 34 116 44
Binary 10100010 1010110 10100 0 101111 1011000 100100 11100 1001110 100100

Color Harmonies of #A25614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25614

Black with #A25614

Text Example


Text Example

White with #A25614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25614; }

 p { color: rgb(162,86,20); }

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

background-color css

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

 a { background-color: rgb(162,86,20); }

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

border-color css

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

 span { border-color: rgb(162,86,20); }

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