Html Css Color HEX #A36104 Golden Brown

📋 copy color: '#A36104'

red 163 ◦ green 97 ◦ blue 4

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

Shades of Golden Brown #A36104

Tints of Golden Brown #A36104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 61.74%
G = 36.74%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A36104 (or 0xA36104) is known color: Golden Brown. HEX triplet: A3, 61 and 04. RGB value is (163,97,4). Sum of RGB (Red+Green+Blue) = 163+97+4=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A36104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36104 is #5C9EFB. Grayscale: #6A6A6A. Windows color (decimal): -6070012 or 287139. OLE color: 287139.

HSL color Cylindrical-coordinate representation of color #A36104: hue angle of 35.09º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A36104 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 4 -
CMYK 0 0.40 0.98 0.36
HSL 35.09º 0.95% 0.33% -
HSV(B) 35.09º 0.98% 0.64% -
XYZ 19.4 16.34 2.25 -
YUV 106.13 70.37 168.56 -
System Red Green Blue C M Y K H S L
Decimal 163 97 4 0 0.40 0.98 0.36 35.09 0.95 0.33
Hex A3 61 4 0 28 62 24 23 5F 21
Octal 243 141 4 0 50 142 44 43 137 41
Binary 10100011 1100001 100 0 101000 1100010 100100 100011 1011111 100001

Color Harmonies of #A36104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36104

Black with #A36104

Text Example


Text Example

White with #A36104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36104; }

 p { color: rgb(163,97,4); }

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

background-color css

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

 a { background-color: rgb(163,97,4); }

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

border-color css

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

 span { border-color: rgb(163,97,4); }

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