Html Css Color HEX #A25E17 Golden Brown

📋 copy color: '#A25E17'

red 162 ◦ green 94 ◦ blue 23

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

Shades of Golden Brown #A25E17

Tints of Golden Brown #A25E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.24%

R = 58.06%
G = 33.69%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A25E17 (or 0xA25E17) is known color: Golden Brown. HEX triplet: A2, 5E and 17. RGB value is (162,94,23). Sum of RGB (Red+Green+Blue) = 162+94+23=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25E17 is #5DA1E8. Grayscale: #6A6A6A. Windows color (decimal): -6136297 or 1531554. OLE color: 1531554.

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

Color convert

RGB 162 94 23 -
CMYK 0 0.42 0.86 0.36
HSL 30.65º 0.75% 0.36% -
HSV(B) 30.65º 0.86% 0.64% -
XYZ 19.06 15.75 2.85 -
YUV 106.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 162 94 23 0 0.42 0.86 0.36 30.65 0.75 0.36
Hex A2 5E 17 0 2A 56 24 1F 4B 24
Octal 242 136 27 0 52 126 44 37 113 44
Binary 10100010 1011110 10111 0 101010 1010110 100100 11111 1001011 100100

Color Harmonies of #A25E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E17

Black with #A25E17

Text Example


Text Example

White with #A25E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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