Html Css Color HEX #A0631E Golden Brown

📋 copy color: '#A0631E'

red 160 ◦ green 99 ◦ blue 30

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

Shades of Golden Brown #A0631E

Tints of Golden Brown #A0631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 55.36%
G = 34.26%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0631E (or 0xA0631E) is known color: Golden Brown. HEX triplet: A0, 63 and 1E. RGB value is (160,99,30). Sum of RGB (Red+Green+Blue) = 160+99+30=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0631E is #5F9CE1. Grayscale: #6D6D6D. Windows color (decimal): -6266082 or 1991584. OLE color: 1991584.

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

Color convert

RGB 160 99 30 -
CMYK 0 0.38 0.81 0.37
HSL 31.85º 0.68% 0.37% -
HSV(B) 31.85º 0.81% 0.63% -
XYZ 19.19 16.49 3.4 -
YUV 109.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 160 99 30 0 0.38 0.81 0.37 31.85 0.68 0.37
Hex A0 63 1E 0 26 51 25 20 44 25
Octal 240 143 36 0 46 121 45 40 104 45
Binary 10100000 1100011 11110 0 100110 1010001 100101 100000 1000100 100101

Color Harmonies of #A0631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0631E

Black with #A0631E

Text Example


Text Example

White with #A0631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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