Html Css Color HEX #A36C1C Golden Brown

📋 copy color: '#A36C1C'

red 163 ◦ green 108 ◦ blue 28

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

Shades of Golden Brown #A36C1C

Tints of Golden Brown #A36C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.12%

 BLUE value IS 28 (11.33% from 255) = 9.36%

R = 54.52%
G = 36.12%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A36C1C (or 0xA36C1C) is known color: Golden Brown. HEX triplet: A3, 6C and 1C. RGB value is (163,108,28). Sum of RGB (Red+Green+Blue) = 163+108+28=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C1C is #5C93E3. Grayscale: #737373. Windows color (decimal): -6067172 or 1862819. OLE color: 1862819.

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

Color convert

RGB 163 108 28 -
CMYK 0 0.34 0.83 0.36
HSL 35.56º 0.71% 0.37% -
HSV(B) 35.56º 0.83% 0.64% -
XYZ 20.68 18.6 3.6 -
YUV 115.33 78.72 162 -
System Red Green Blue C M Y K H S L
Decimal 163 108 28 0 0.34 0.83 0.36 35.56 0.71 0.37
Hex A3 6C 1C 0 22 53 24 24 47 25
Octal 243 154 34 0 42 123 44 44 107 45
Binary 10100011 1101100 11100 0 100010 1010011 100100 100100 1000111 100101

Color Harmonies of #A36C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C1C

Black with #A36C1C

Text Example


Text Example

White with #A36C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C1C; }

 p { color: rgb(163,108,28); }

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

background-color css

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

 a { background-color: rgb(163,108,28); }

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

border-color css

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

 span { border-color: rgb(163,108,28); }

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