Html Css Color HEX #A25C15 Golden Brown

📋 copy color: '#A25C15'

red 162 ◦ green 92 ◦ blue 21

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

Shades of Golden Brown #A25C15

Tints of Golden Brown #A25C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.45%

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 58.91%
G = 33.45%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A25C15 (or 0xA25C15) is known color: Golden Brown. HEX triplet: A2, 5C and 15. RGB value is (162,92,21). Sum of RGB (Red+Green+Blue) = 162+92+21=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25C15 is #5DA3EA. Grayscale: #696969. Windows color (decimal): -6136811 or 1399970. OLE color: 1399970.

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

Color convert

RGB 162 92 21 -
CMYK 0 0.43 0.87 0.36
HSL 30.21º 0.77% 0.36% -
HSV(B) 30.21º 0.87% 0.64% -
XYZ 18.86 15.39 2.69 -
YUV 104.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 162 92 21 0 0.43 0.87 0.36 30.21 0.77 0.36
Hex A2 5C 15 0 2B 57 24 1E 4D 24
Octal 242 134 25 0 53 127 44 36 115 44
Binary 10100010 1011100 10101 0 101011 1010111 100100 11110 1001101 100100

Color Harmonies of #A25C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C15

Black with #A25C15

Text Example


Text Example

White with #A25C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C15; }

 p { color: rgb(162,92,21); }

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

background-color css

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

 a { background-color: rgb(162,92,21); }

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

border-color css

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

 span { border-color: rgb(162,92,21); }

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