Html Css Color HEX #A3620A Golden Brown

📋 copy color: '#A3620A'

red 163 ◦ green 98 ◦ blue 10

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

Shades of Golden Brown #A3620A

Tints of Golden Brown #A3620A

RGB

 RED value IS 163 (64.06% from 255) = 60.15%

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

 BLUE value IS 10 (4.3% from 255) = 3.69%

R = 60.15%
G = 36.16%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3620A (or 0xA3620A) is known color: Golden Brown. HEX triplet: A3, 62 and 0A. RGB value is (163,98,10). Sum of RGB (Red+Green+Blue) = 163+98+10=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A3620A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3620A is #5C9DF5. Grayscale: #6B6B6B. Windows color (decimal): -6069750 or 680611. OLE color: 680611.

HSL color Cylindrical-coordinate representation of color #A3620A: hue angle of 34.51º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3620A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 98 10 -
CMYK 0 0.40 0.94 0.36
HSL 34.51º 0.88% 0.34% -
HSV(B) 34.51º 0.94% 0.64% -
XYZ 19.53 16.54 2.45 -
YUV 107.4 73.03 167.66 -
System Red Green Blue C M Y K H S L
Decimal 163 98 10 0 0.40 0.94 0.36 34.51 0.88 0.34
Hex A3 62 A 0 28 5E 24 23 58 22
Octal 243 142 12 0 50 136 44 43 130 42
Binary 10100011 1100010 1010 0 101000 1011110 100100 100011 1011000 100010

Color Harmonies of #A3620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3620A

Black with #A3620A

Text Example


Text Example

White with #A3620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3620A; }

 p { color: rgb(163,98,10); }

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

background-color css

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

 a { background-color: rgb(163,98,10); }

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

border-color css

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

 span { border-color: rgb(163,98,10); }

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