Html Css Color HEX #A3760B Golden Brown

📋 copy color: '#A3760B'

red 163 ◦ green 118 ◦ blue 11

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

Shades of Golden Brown #A3760B

Tints of Golden Brown #A3760B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.41%

 BLUE value IS 11 (4.69% from 255) = 3.77%

R = 55.82%
G = 40.41%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3760B (or 0xA3760B) is known color: Golden Brown. HEX triplet: A3, 76 and 0B. RGB value is (163,118,11). Sum of RGB (Red+Green+Blue) = 163+118+11=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A3760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3760B is #5C89F4. Grayscale: #777777. Windows color (decimal): -6064629 or 751267. OLE color: 751267.

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

Color convert

RGB 163 118 11 -
CMYK 0 0.28 0.93 0.36
HSL 42.24º 0.87% 0.34% -
HSV(B) 42.24º 0.93% 0.64% -
XYZ 21.64 20.77 3.18 -
YUV 119.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 163 118 11 0 0.28 0.93 0.36 42.24 0.87 0.34
Hex A3 76 B 0 1C 5D 24 2A 57 22
Octal 243 166 13 0 34 135 44 52 127 42
Binary 10100011 1110110 1011 0 11100 1011101 100100 101010 1010111 100010

Color Harmonies of #A3760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3760B

Black with #A3760B

Text Example


Text Example

White with #A3760B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3760B; }

 p { color: rgb(163,118,11); }

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

background-color css

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

 a { background-color: rgb(163,118,11); }

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

border-color css

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

 span { border-color: rgb(163,118,11); }

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