Html Css Color HEX #A5621A Golden Brown

📋 copy color: '#A5621A'

red 165 ◦ green 98 ◦ blue 26

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

Shades of Golden Brown #A5621A

Tints of Golden Brown #A5621A

RGB

 RED value IS 165 (64.84% from 255) = 57.09%

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 57.09%
G = 33.91%
B = 9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5621A (or 0xA5621A) is known color: Golden Brown. HEX triplet: A5, 62 and 1A. RGB value is (165,98,26). Sum of RGB (Red+Green+Blue) = 165+98+26=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A5621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5621A is #5A9DE5. Grayscale: #6E6E6E. Windows color (decimal): -5938662 or 1729189. OLE color: 1729189.

HSL color Cylindrical-coordinate representation of color #A5621A: hue angle of 31.08º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5621A is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 98 26 -
CMYK 0 0.41 0.84 0.35
HSL 31.08º 0.73% 0.37% -
HSV(B) 31.08º 0.84% 0.65% -
XYZ 20.07 16.81 3.16 -
YUV 109.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 165 98 26 0 0.41 0.84 0.35 31.08 0.73 0.37
Hex A5 62 1A 0 29 54 23 1F 49 25
Octal 245 142 32 0 51 124 43 37 111 45
Binary 10100101 1100010 11010 0 101001 1010100 100011 11111 1001001 100101

Color Harmonies of #A5621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5621A

Black with #A5621A

Text Example


Text Example

White with #A5621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5621A; }

 p { color: rgb(165,98,26); }

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

background-color css

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

 a { background-color: rgb(165,98,26); }

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

border-color css

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

 span { border-color: rgb(165,98,26); }

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