Html Css Color HEX #A25423 Rich Gold

📋 copy color: '#A25423'

red 162 ◦ green 84 ◦ blue 35

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

Shades of Rich Gold #A25423

Tints of Rich Gold #A25423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.46%

R = 57.65%
G = 29.89%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A25423 (or 0xA25423) is known color: Rich Gold. HEX triplet: A2, 54 and 23. RGB value is (162,84,35). Sum of RGB (Red+Green+Blue) = 162+84+35=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A25423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25423 is #5DABDC. Grayscale: #666666. Windows color (decimal): -6138845 or 2315426. OLE color: 2315426.

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

Color convert

RGB 162 84 35 -
CMYK 0 0.48 0.78 0.36
HSL 23.15º 0.64% 0.39% -
HSV(B) 23.15º 0.78% 0.64% -
XYZ 18.37 14.14 3.35 -
YUV 101.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 162 84 35 0 0.48 0.78 0.36 23.15 0.64 0.39
Hex A2 54 23 0 30 4E 24 17 40 27
Octal 242 124 43 0 60 116 44 27 100 47
Binary 10100010 1010100 100011 0 110000 1001110 100100 10111 1000000 100111

Color Harmonies of #A25423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25423

Black with #A25423

Text Example


Text Example

White with #A25423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25423; }

 p { color: rgb(162,84,35); }

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

background-color css

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

 a { background-color: rgb(162,84,35); }

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

border-color css

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

 span { border-color: rgb(162,84,35); }

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