Html Css Color HEX #A36C1A Golden Brown

📋 copy color: '#A36C1A'

red 163 ◦ green 108 ◦ blue 26

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

Shades of Golden Brown #A36C1A

Tints of Golden Brown #A36C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 54.88%
G = 36.36%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A36C1A (or 0xA36C1A) is known color: Golden Brown. HEX triplet: A3, 6C and 1A. RGB value is (163,108,26). Sum of RGB (Red+Green+Blue) = 163+108+26=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C1A is #5C93E5. Grayscale: #737373. Windows color (decimal): -6067174 or 1731747. OLE color: 1731747.

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

Color convert

RGB 163 108 26 -
CMYK 0 0.34 0.84 0.36
HSL 35.91º 0.72% 0.37% -
HSV(B) 35.91º 0.84% 0.64% -
XYZ 20.65 18.59 3.48 -
YUV 115.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 163 108 26 0 0.34 0.84 0.36 35.91 0.72 0.37
Hex A3 6C 1A 0 22 54 24 24 48 25
Octal 243 154 32 0 42 124 44 44 110 45
Binary 10100011 1101100 11010 0 100010 1010100 100100 100100 1001000 100101

Color Harmonies of #A36C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C1A

Black with #A36C1A

Text Example


Text Example

White with #A36C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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