Html Css Color HEX #A25314 Rich Gold

📋 copy color: '#A25314'

red 162 ◦ green 83 ◦ blue 20

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

Shades of Rich Gold #A25314

Tints of Rich Gold #A25314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

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

R = 61.13%
G = 31.32%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A25314 (or 0xA25314) is known color: Rich Gold. HEX triplet: A2, 53 and 14. RGB value is (162,83,20). Sum of RGB (Red+Green+Blue) = 162+83+20=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A25314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25314 is #5DACEB. Grayscale: #636363. Windows color (decimal): -6139116 or 1332130. OLE color: 1332130.

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

Color convert

RGB 162 83 20 -
CMYK 0 0.49 0.88 0.36
HSL 26.62º 0.78% 0.36% -
HSV(B) 26.62º 0.88% 0.64% -
XYZ 18.12 13.92 2.39 -
YUV 99.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 162 83 20 0 0.49 0.88 0.36 26.62 0.78 0.36
Hex A2 53 14 0 31 58 24 1B 4E 24
Octal 242 123 24 0 61 130 44 33 116 44
Binary 10100010 1010011 10100 0 110001 1011000 100100 11011 1001110 100100

Color Harmonies of #A25314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25314

Black with #A25314

Text Example


Text Example

White with #A25314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25314; }

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

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

background-color css

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

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

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

border-color css

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

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

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