Html Css Color HEX #A3670A Golden Brown

📋 copy color: '#A3670A'

red 163 ◦ green 103 ◦ blue 10

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

Shades of Golden Brown #A3670A

Tints of Golden Brown #A3670A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.32%

 BLUE value IS 10 (4.3% from 255) = 3.62%

R = 59.06%
G = 37.32%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3670A (or 0xA3670A) is known color: Golden Brown. HEX triplet: A3, 67 and 0A. RGB value is (163,103,10). Sum of RGB (Red+Green+Blue) = 163+103+10=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3670A is #5C98F5. Grayscale: #6E6E6E. Windows color (decimal): -6068470 or 681891. OLE color: 681891.

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

Color convert

RGB 163 103 10 -
CMYK 0 0.37 0.94 0.36
HSL 36.47º 0.88% 0.34% -
HSV(B) 36.47º 0.94% 0.64% -
XYZ 20.01 17.51 2.61 -
YUV 110.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 163 103 10 0 0.37 0.94 0.36 36.47 0.88 0.34
Hex A3 67 A 0 25 5E 24 24 58 22
Octal 243 147 12 0 45 136 44 44 130 42
Binary 10100011 1100111 1010 0 100101 1011110 100100 100100 1011000 100010

Color Harmonies of #A3670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3670A

Black with #A3670A

Text Example


Text Example

White with #A3670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3670A; }

 p { color: rgb(163,103,10); }

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

background-color css

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

 a { background-color: rgb(163,103,10); }

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

border-color css

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

 span { border-color: rgb(163,103,10); }

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