Html Css Color HEX #A36613 Golden Brown

📋 copy color: '#A36613'

red 163 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #A36613

Tints of Golden Brown #A36613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.92%

 BLUE value IS 19 (7.81% from 255) = 6.69%

R = 57.39%
G = 35.92%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A36613 (or 0xA36613) is known color: Golden Brown. HEX triplet: A3, 66 and 13. RGB value is (163,102,19). Sum of RGB (Red+Green+Blue) = 163+102+19=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A36613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36613 is #5C99EC. Grayscale: #6F6F6F. Windows color (decimal): -6068717 or 1271459. OLE color: 1271459.

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

Color convert

RGB 163 102 19 -
CMYK 0 0.37 0.88 0.36
HSL 34.58º 0.79% 0.36% -
HSV(B) 34.58º 0.88% 0.64% -
XYZ 19.97 17.34 2.91 -
YUV 110.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 163 102 19 0 0.37 0.88 0.36 34.58 0.79 0.36
Hex A3 66 13 0 25 58 24 23 4F 24
Octal 243 146 23 0 45 130 44 43 117 44
Binary 10100011 1100110 10011 0 100101 1011000 100100 100011 1001111 100100

Color Harmonies of #A36613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36613

Black with #A36613

Text Example


Text Example

White with #A36613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36613; }

 p { color: rgb(163,102,19); }

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

background-color css

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

 a { background-color: rgb(163,102,19); }

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

border-color css

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

 span { border-color: rgb(163,102,19); }

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