Html Css Color HEX #A36618 Golden Brown

📋 copy color: '#A36618'

red 163 ◦ green 102 ◦ blue 24

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

Shades of Golden Brown #A36618

Tints of Golden Brown #A36618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 56.4%
G = 35.29%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A36618 (or 0xA36618) is known color: Golden Brown. HEX triplet: A3, 66 and 18. RGB value is (163,102,24). Sum of RGB (Red+Green+Blue) = 163+102+24=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A36618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36618 is #5C99E7. Grayscale: #6F6F6F. Windows color (decimal): -6068712 or 1599139. OLE color: 1599139.

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

Color convert

RGB 163 102 24 -
CMYK 0 0.37 0.85 0.36
HSL 33.67º 0.74% 0.37% -
HSV(B) 33.67º 0.85% 0.64% -
XYZ 20.02 17.36 3.16 -
YUV 111.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 163 102 24 0 0.37 0.85 0.36 33.67 0.74 0.37
Hex A3 66 18 0 25 55 24 22 4A 25
Octal 243 146 30 0 45 125 44 42 112 45
Binary 10100011 1100110 11000 0 100101 1010101 100100 100010 1001010 100101

Color Harmonies of #A36618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36618

Black with #A36618

Text Example


Text Example

White with #A36618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36618; }

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

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

background-color css

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

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

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

border-color css

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

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

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