Html Css Color HEX #A0621B Golden Brown

📋 copy color: '#A0621B'

red 160 ◦ green 98 ◦ blue 27

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

Shades of Golden Brown #A0621B

Tints of Golden Brown #A0621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.47%

R = 56.14%
G = 34.39%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0621B (or 0xA0621B) is known color: Golden Brown. HEX triplet: A0, 62 and 1B. RGB value is (160,98,27). Sum of RGB (Red+Green+Blue) = 160+98+27=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0621B is #5F9DE4. Grayscale: #6C6C6C. Windows color (decimal): -6266341 or 1794720. OLE color: 1794720.

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

Color convert

RGB 160 98 27 -
CMYK 0 0.39 0.83 0.37
HSL 32.03º 0.71% 0.37% -
HSV(B) 32.03º 0.83% 0.63% -
XYZ 19.06 16.29 3.18 -
YUV 108.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 160 98 27 0 0.39 0.83 0.37 32.03 0.71 0.37
Hex A0 62 1B 0 27 53 25 20 47 25
Octal 240 142 33 0 47 123 45 40 107 45
Binary 10100000 1100010 11011 0 100111 1010011 100101 100000 1000111 100101

Color Harmonies of #A0621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0621B

Black with #A0621B

Text Example


Text Example

White with #A0621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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