Html Css Color HEX #A0631C Golden Brown

📋 copy color: '#A0631C'

red 160 ◦ green 99 ◦ blue 28

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

Shades of Golden Brown #A0631C

Tints of Golden Brown #A0631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

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

R = 55.75%
G = 34.49%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0631C (or 0xA0631C) is known color: Golden Brown. HEX triplet: A0, 63 and 1C. RGB value is (160,99,28). Sum of RGB (Red+Green+Blue) = 160+99+28=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0631C is #5F9CE3. Grayscale: #6D6D6D. Windows color (decimal): -6266084 or 1860512. OLE color: 1860512.

HSL color Cylindrical-coordinate representation of color #A0631C: hue angle of 32.27º 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 #A0631C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 99 28 -
CMYK 0 0.38 0.82 0.37
HSL 32.27º 0.7% 0.37% -
HSV(B) 32.27º 0.83% 0.63% -
XYZ 19.17 16.48 3.27 -
YUV 109.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 160 99 28 0 0.38 0.82 0.37 32.27 0.7 0.37
Hex A0 63 1C 0 26 52 25 20 46 25
Octal 240 143 34 0 46 122 45 40 106 45
Binary 10100000 1100011 11100 0 100110 1010010 100101 100000 1000110 100101

Color Harmonies of #A0631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0631C

Black with #A0631C

Text Example


Text Example

White with #A0631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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