Html Css Color HEX #A25E18 Golden Brown

📋 copy color: '#A25E18'

red 162 ◦ green 94 ◦ blue 24

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

Shades of Golden Brown #A25E18

Tints of Golden Brown #A25E18

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 24 (9.77% from 255) = 8.57%

R = 57.86%
G = 33.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A25E18 (or 0xA25E18) is known color: Golden Brown. HEX triplet: A2, 5E and 18. RGB value is (162,94,24). Sum of RGB (Red+Green+Blue) = 162+94+24=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25E18 is #5DA1E7. Grayscale: #6A6A6A. Windows color (decimal): -6136296 or 1597090. OLE color: 1597090.

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

Color convert

RGB 162 94 24 -
CMYK 0 0.42 0.85 0.36
HSL 30.43º 0.74% 0.36% -
HSV(B) 30.43º 0.85% 0.64% -
XYZ 19.07 15.75 2.9 -
YUV 106.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 162 94 24 0 0.42 0.85 0.36 30.43 0.74 0.36
Hex A2 5E 18 0 2A 55 24 1E 4A 24
Octal 242 136 30 0 52 125 44 36 112 44
Binary 10100010 1011110 11000 0 101010 1010101 100100 11110 1001010 100100

Color Harmonies of #A25E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E18

Black with #A25E18

Text Example


Text Example

White with #A25E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E18; }

 p { color: rgb(162,94,24); }

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

background-color css

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

 a { background-color: rgb(162,94,24); }

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

border-color css

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

 span { border-color: rgb(162,94,24); }

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