Html Css Color HEX #A25D13 Golden Brown

📋 copy color: '#A25D13'

red 162 ◦ green 93 ◦ blue 19

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

Shades of Golden Brown #A25D13

Tints of Golden Brown #A25D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.94%

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

R = 59.12%
G = 33.94%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A25D13 (or 0xA25D13) is known color: Golden Brown. HEX triplet: A2, 5D and 13. RGB value is (162,93,19). Sum of RGB (Red+Green+Blue) = 162+93+19=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25D13 is #5DA2EC. Grayscale: #696969. Windows color (decimal): -6136557 or 1269154. OLE color: 1269154.

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

Color convert

RGB 162 93 19 -
CMYK 0 0.43 0.88 0.36
HSL 31.05º 0.79% 0.35% -
HSV(B) 31.05º 0.88% 0.64% -
XYZ 18.93 15.56 2.62 -
YUV 105.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 162 93 19 0 0.43 0.88 0.36 31.05 0.79 0.35
Hex A2 5D 13 0 2B 58 24 1F 4F 23
Octal 242 135 23 0 53 130 44 37 117 43
Binary 10100010 1011101 10011 0 101011 1011000 100100 11111 1001111 100011

Color Harmonies of #A25D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D13

Black with #A25D13

Text Example


Text Example

White with #A25D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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