Html Css Color HEX #A25628 Rich Gold

📋 copy color: '#A25628'

red 162 ◦ green 86 ◦ blue 40

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

Shades of Rich Gold #A25628

Tints of Rich Gold #A25628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 56.25%
G = 29.86%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A25628 (or 0xA25628) is known color: Rich Gold. HEX triplet: A2, 56 and 28. RGB value is (162,86,40). Sum of RGB (Red+Green+Blue) = 162+86+40=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A25628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25628 is #5DA9D7. Grayscale: #676767. Windows color (decimal): -6138328 or 2643618. OLE color: 2643618.

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

Color convert

RGB 162 86 40 -
CMYK 0 0.47 0.75 0.36
HSL 22.62º 0.6% 0.4% -
HSV(B) 22.62º 0.75% 0.64% -
XYZ 18.61 14.49 3.82 -
YUV 103.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 162 86 40 0 0.47 0.75 0.36 22.62 0.6 0.4
Hex A2 56 28 0 2F 4B 24 17 3C 28
Octal 242 126 50 0 57 113 44 27 74 50
Binary 10100010 1010110 101000 0 101111 1001011 100100 10111 111100 101000

Color Harmonies of #A25628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25628

Black with #A25628

Text Example


Text Example

White with #A25628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25628; }

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

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

background-color css

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

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

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

border-color css

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

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

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