Html Css Color HEX #A3770D Golden Brown

📋 copy color: '#A3770D'

red 163 ◦ green 119 ◦ blue 13

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

Shades of Golden Brown #A3770D

Tints of Golden Brown #A3770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.34%

 BLUE value IS 13 (5.47% from 255) = 4.41%

R = 55.25%
G = 40.34%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3770D (or 0xA3770D) is known color: Golden Brown. HEX triplet: A3, 77 and 0D. RGB value is (163,119,13). Sum of RGB (Red+Green+Blue) = 163+119+13=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3770D is #5C88F2. Grayscale: #787878. Windows color (decimal): -6064371 or 882595. OLE color: 882595.

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

Color convert

RGB 163 119 13 -
CMYK 0 0.27 0.92 0.36
HSL 42.4º 0.85% 0.35% -
HSV(B) 42.4º 0.92% 0.64% -
XYZ 21.77 21.01 3.29 -
YUV 120.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 163 119 13 0 0.27 0.92 0.36 42.4 0.85 0.35
Hex A3 77 D 0 1B 5C 24 2A 55 23
Octal 243 167 15 0 33 134 44 52 125 43
Binary 10100011 1110111 1101 0 11011 1011100 100100 101010 1010101 100011

Color Harmonies of #A3770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3770D

Black with #A3770D

Text Example


Text Example

White with #A3770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3770D; }

 p { color: rgb(163,119,13); }

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

background-color css

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

 a { background-color: rgb(163,119,13); }

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

border-color css

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

 span { border-color: rgb(163,119,13); }

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