Html Css Color HEX #A3640E Golden Brown

📋 copy color: '#A3640E'

red 163 ◦ green 100 ◦ blue 14

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

Shades of Golden Brown #A3640E

Tints of Golden Brown #A3640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 58.84%
G = 36.1%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3640E (or 0xA3640E) is known color: Golden Brown. HEX triplet: A3, 64 and 0E. RGB value is (163,100,14). Sum of RGB (Red+Green+Blue) = 163+100+14=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A3640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3640E is #5C9BF1. Grayscale: #6D6D6D. Windows color (decimal): -6069234 or 943267. OLE color: 943267.

HSL color Cylindrical-coordinate representation of color #A3640E: hue angle of 34.63º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3640E is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 100 14 -
CMYK 0 0.39 0.91 0.36
HSL 34.63º 0.84% 0.35% -
HSV(B) 34.63º 0.91% 0.64% -
XYZ 19.74 16.93 2.64 -
YUV 109.03 74.37 166.49 -
System Red Green Blue C M Y K H S L
Decimal 163 100 14 0 0.39 0.91 0.36 34.63 0.84 0.35
Hex A3 64 E 0 27 5B 24 23 54 23
Octal 243 144 16 0 47 133 44 43 124 43
Binary 10100011 1100100 1110 0 100111 1011011 100100 100011 1010100 100011

Color Harmonies of #A3640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3640E

Black with #A3640E

Text Example


Text Example

White with #A3640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3640E; }

 p { color: rgb(163,100,14); }

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

background-color css

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

 a { background-color: rgb(163,100,14); }

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

border-color css

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

 span { border-color: rgb(163,100,14); }

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