Html Css Color HEX #A25713 Golden Brown

📋 copy color: '#A25713'

red 162 ◦ green 87 ◦ blue 19

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

Shades of Golden Brown #A25713

Tints of Golden Brown #A25713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 60.45%
G = 32.46%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A25713 (or 0xA25713) is known color: Golden Brown. HEX triplet: A2, 57 and 13. RGB value is (162,87,19). Sum of RGB (Red+Green+Blue) = 162+87+19=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A25713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25713 is #5DA8EC. Grayscale: #666666. Windows color (decimal): -6138093 or 1267618. OLE color: 1267618.

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

Color convert

RGB 162 87 19 -
CMYK 0 0.46 0.88 0.36
HSL 28.53º 0.79% 0.35% -
HSV(B) 28.53º 0.88% 0.64% -
XYZ 18.43 14.54 2.45 -
YUV 101.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 162 87 19 0 0.46 0.88 0.36 28.53 0.79 0.35
Hex A2 57 13 0 2E 58 24 1D 4F 23
Octal 242 127 23 0 56 130 44 35 117 43
Binary 10100010 1010111 10011 0 101110 1011000 100100 11101 1001111 100011

Color Harmonies of #A25713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25713

Black with #A25713

Text Example


Text Example

White with #A25713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25713; }

 p { color: rgb(162,87,19); }

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

background-color css

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

 a { background-color: rgb(162,87,19); }

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

border-color css

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

 span { border-color: rgb(162,87,19); }

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