Html Css Color HEX #A0630E Golden Brown

📋 copy color: '#A0630E'

red 160 ◦ green 99 ◦ blue 14

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

Shades of Golden Brown #A0630E

Tints of Golden Brown #A0630E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 58.61%
G = 36.26%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0630E (or 0xA0630E) is known color: Golden Brown. HEX triplet: A0, 63 and 0E. RGB value is (160,99,14). Sum of RGB (Red+Green+Blue) = 160+99+14=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0630E is #5F9CF1. Grayscale: #6B6B6B. Windows color (decimal): -6266098 or 943008. OLE color: 943008.

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

Color convert

RGB 160 99 14 -
CMYK 0 0.38 0.91 0.37
HSL 34.93º 0.84% 0.34% -
HSV(B) 34.93º 0.91% 0.63% -
XYZ 19.04 16.43 2.58 -
YUV 107.55 75.21 165.41 -
System Red Green Blue C M Y K H S L
Decimal 160 99 14 0 0.38 0.91 0.37 34.93 0.84 0.34
Hex A0 63 E 0 26 5B 25 23 54 22
Octal 240 143 16 0 46 133 45 43 124 42
Binary 10100000 1100011 1110 0 100110 1011011 100101 100011 1010100 100010

Color Harmonies of #A0630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0630E

Black with #A0630E

Text Example


Text Example

White with #A0630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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