Html Css Color HEX #A3630E Golden Brown

📋 copy color: '#A3630E'

red 163 ◦ green 99 ◦ blue 14

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

Shades of Golden Brown #A3630E

Tints of Golden Brown #A3630E

RGB

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

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

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

R = 59.06%
G = 35.87%
B = 5.07%

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

#A3630E (or 0xA3630E) is known color: Golden Brown. HEX triplet: A3, 63 and 0E. RGB value is (163,99,14). Sum of RGB (Red+Green+Blue) = 163+99+14=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3630E is #5C9CF1. Grayscale: #6C6C6C. Windows color (decimal): -6069490 or 943011. OLE color: 943011.

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

Color convert

RGB 163 99 14 -
CMYK 0 0.39 0.91 0.36
HSL 34.23º 0.84% 0.35% -
HSV(B) 34.23º 0.91% 0.64% -
XYZ 19.65 16.74 2.61 -
YUV 108.45 74.7 166.91 -
System Red Green Blue C M Y K H S L
Decimal 163 99 14 0 0.39 0.91 0.36 34.23 0.84 0.35
Hex A3 63 E 0 27 5B 24 22 54 23
Octal 243 143 16 0 47 133 44 42 124 43
Binary 10100011 1100011 1110 0 100111 1011011 100100 100010 1010100 100011

Color Harmonies of #A3630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3630E

Black with #A3630E

Text Example


Text Example

White with #A3630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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