Html Css Color HEX #A3621C Golden Brown

📋 copy color: '#A3621C'

red 163 ◦ green 98 ◦ blue 28

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

Shades of Golden Brown #A3621C

Tints of Golden Brown #A3621C

RGB

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

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

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

R = 56.4%
G = 33.91%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3621C (or 0xA3621C) is known color: Golden Brown. HEX triplet: A3, 62 and 1C. RGB value is (163,98,28). Sum of RGB (Red+Green+Blue) = 163+98+28=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3621C is #5C9DE3. Grayscale: #6D6D6D. Windows color (decimal): -6069732 or 1860259. OLE color: 1860259.

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

Color convert

RGB 163 98 28 -
CMYK 0 0.40 0.83 0.36
HSL 31.11º 0.71% 0.37% -
HSV(B) 31.11º 0.83% 0.64% -
XYZ 19.68 16.61 3.27 -
YUV 109.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 163 98 28 0 0.40 0.83 0.36 31.11 0.71 0.37
Hex A3 62 1C 0 28 53 24 1F 47 25
Octal 243 142 34 0 50 123 44 37 107 45
Binary 10100011 1100010 11100 0 101000 1010011 100100 11111 1000111 100101

Color Harmonies of #A3621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3621C

Black with #A3621C

Text Example


Text Example

White with #A3621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3621C; }

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

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

background-color css

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

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

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

border-color css

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

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

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