Html Css Color HEX #A25B13 Golden Brown

📋 copy color: '#A25B13'

red 162 ◦ green 91 ◦ blue 19

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

Shades of Golden Brown #A25B13

Tints of Golden Brown #A25B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.46%

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

R = 59.56%
G = 33.46%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A25B13 (or 0xA25B13) is known color: Golden Brown. HEX triplet: A2, 5B and 13. RGB value is (162,91,19). Sum of RGB (Red+Green+Blue) = 162+91+19=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25B13 is #5DA4EC. Grayscale: #686868. Windows color (decimal): -6137069 or 1268642. OLE color: 1268642.

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

Color convert

RGB 162 91 19 -
CMYK 0 0.44 0.88 0.36
HSL 30.21º 0.79% 0.35% -
HSV(B) 30.21º 0.88% 0.64% -
XYZ 18.76 15.21 2.56 -
YUV 104.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 162 91 19 0 0.44 0.88 0.36 30.21 0.79 0.35
Hex A2 5B 13 0 2C 58 24 1E 4F 23
Octal 242 133 23 0 54 130 44 36 117 43
Binary 10100010 1011011 10011 0 101100 1011000 100100 11110 1001111 100011

Color Harmonies of #A25B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B13

Black with #A25B13

Text Example


Text Example

White with #A25B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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