Html Css Color HEX #A0630F Golden Brown

📋 copy color: '#A0630F'

red 160 ◦ green 99 ◦ blue 15

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

Shades of Golden Brown #A0630F

Tints of Golden Brown #A0630F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 58.39%
G = 36.13%
B = 5.47%

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

#A0630F (or 0xA0630F) is known color: Golden Brown. HEX triplet: A0, 63 and 0F. RGB value is (160,99,15). Sum of RGB (Red+Green+Blue) = 160+99+15=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0630F is #5F9CF0. Grayscale: #6C6C6C. Windows color (decimal): -6266097 or 1008544. OLE color: 1008544.

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

Color convert

RGB 160 99 15 -
CMYK 0 0.38 0.91 0.37
HSL 34.76º 0.83% 0.34% -
HSV(B) 34.76º 0.91% 0.63% -
XYZ 19.05 16.43 2.62 -
YUV 107.66 75.71 165.33 -
System Red Green Blue C M Y K H S L
Decimal 160 99 15 0 0.38 0.91 0.37 34.76 0.83 0.34
Hex A0 63 F 0 26 5B 25 23 53 22
Octal 240 143 17 0 46 133 45 43 123 42
Binary 10100000 1100011 1111 0 100110 1011011 100101 100011 1010011 100010

Color Harmonies of #A0630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0630F

Black with #A0630F

Text Example


Text Example

White with #A0630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0630F; }

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

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

background-color css

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

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

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

border-color css

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

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

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