Html Css Color HEX #A0621C Golden Brown

📋 copy color: '#A0621C'

red 160 ◦ green 98 ◦ blue 28

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

Shades of Golden Brown #A0621C

Tints of Golden Brown #A0621C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 55.94%
G = 34.27%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0621C (or 0xA0621C) is known color: Golden Brown. HEX triplet: A0, 62 and 1C. RGB value is (160,98,28). Sum of RGB (Red+Green+Blue) = 160+98+28=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0621C is #5F9DE3. Grayscale: #6C6C6C. Windows color (decimal): -6266340 or 1860256. OLE color: 1860256.

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

Color convert

RGB 160 98 28 -
CMYK 0 0.39 0.82 0.37
HSL 31.82º 0.7% 0.37% -
HSV(B) 31.82º 0.83% 0.63% -
XYZ 19.07 16.29 3.24 -
YUV 108.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 160 98 28 0 0.39 0.82 0.37 31.82 0.7 0.37
Hex A0 62 1C 0 27 52 25 20 46 25
Octal 240 142 34 0 47 122 45 40 106 45
Binary 10100000 1100010 11100 0 100111 1010010 100101 100000 1000110 100101

Color Harmonies of #A0621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0621C

Black with #A0621C

Text Example


Text Example

White with #A0621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0621C; }

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

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

background-color css

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

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

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

border-color css

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

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

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