Html Css Color HEX #A0621A Golden Brown

📋 copy color: '#A0621A'

red 160 ◦ green 98 ◦ blue 26

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

Shades of Golden Brown #A0621A

Tints of Golden Brown #A0621A

RGB

 RED value IS 160 (62.89% from 255) = 56.34%

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

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

R = 56.34%
G = 34.51%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0621A (or 0xA0621A) is known color: Golden Brown. HEX triplet: A0, 62 and 1A. RGB value is (160,98,26). Sum of RGB (Red+Green+Blue) = 160+98+26=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A0621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0621A is #5F9DE5. Grayscale: #6C6C6C. Windows color (decimal): -6266342 or 1729184. OLE color: 1729184.

HSL color Cylindrical-coordinate representation of color #A0621A: hue angle of 32.24º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0621A is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 98 26 -
CMYK 0 0.39 0.84 0.37
HSL 32.24º 0.72% 0.36% -
HSV(B) 32.24º 0.84% 0.63% -
XYZ 19.05 16.28 3.12 -
YUV 108.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 160 98 26 0 0.39 0.84 0.37 32.24 0.72 0.36
Hex A0 62 1A 0 27 54 25 20 48 24
Octal 240 142 32 0 47 124 45 40 110 44
Binary 10100000 1100010 11010 0 100111 1010100 100101 100000 1001000 100100

Color Harmonies of #A0621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0621A

Black with #A0621A

Text Example


Text Example

White with #A0621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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