Html Css Color HEX #A3681A Golden Brown

📋 copy color: '#A3681A'

red 163 ◦ green 104 ◦ blue 26

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

Shades of Golden Brown #A3681A

Tints of Golden Brown #A3681A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.49%

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

R = 55.63%
G = 35.49%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3681A (or 0xA3681A) is known color: Golden Brown. HEX triplet: A3, 68 and 1A. RGB value is (163,104,26). Sum of RGB (Red+Green+Blue) = 163+104+26=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3681A is #5C97E5. Grayscale: #717171. Windows color (decimal): -6068198 or 1730723. OLE color: 1730723.

HSL color Cylindrical-coordinate representation of color #A3681A: hue angle of 34.16º 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 #A3681A is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 104 26 -
CMYK 0 0.36 0.84 0.36
HSL 34.16º 0.72% 0.37% -
HSV(B) 34.16º 0.84% 0.64% -
XYZ 20.24 17.76 3.34 -
YUV 112.75 79.05 163.84 -
System Red Green Blue C M Y K H S L
Decimal 163 104 26 0 0.36 0.84 0.36 34.16 0.72 0.37
Hex A3 68 1A 0 24 54 24 22 48 25
Octal 243 150 32 0 44 124 44 42 110 45
Binary 10100011 1101000 11010 0 100100 1010100 100100 100010 1001000 100101

Color Harmonies of #A3681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3681A

Black with #A3681A

Text Example


Text Example

White with #A3681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3681A; }

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

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

background-color css

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

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

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

border-color css

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

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

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