Html Css Color HEX #A3640F Golden Brown

📋 copy color: '#A3640F'

red 163 ◦ green 100 ◦ blue 15

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

Shades of Golden Brown #A3640F

Tints of Golden Brown #A3640F

RGB

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

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

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

R = 58.63%
G = 35.97%
B = 5.4%

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

#A3640F (or 0xA3640F) is known color: Golden Brown. HEX triplet: A3, 64 and 0F. RGB value is (163,100,15). Sum of RGB (Red+Green+Blue) = 163+100+15=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3640F is #5C9BF0. Grayscale: #6D6D6D. Windows color (decimal): -6069233 or 1008803. OLE color: 1008803.

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

Color convert

RGB 163 100 15 -
CMYK 0 0.39 0.91 0.36
HSL 34.46º 0.83% 0.35% -
HSV(B) 34.46º 0.91% 0.64% -
XYZ 19.75 16.94 2.68 -
YUV 109.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 163 100 15 0 0.39 0.91 0.36 34.46 0.83 0.35
Hex A3 64 F 0 27 5B 24 22 53 23
Octal 243 144 17 0 47 133 44 42 123 43
Binary 10100011 1100100 1111 0 100111 1011011 100100 100010 1010011 100011

Color Harmonies of #A3640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3640F

Black with #A3640F

Text Example


Text Example

White with #A3640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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