Html Css Color HEX #A0681D Golden Brown

📋 copy color: '#A0681D'

red 160 ◦ green 104 ◦ blue 29

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

Shades of Golden Brown #A0681D

Tints of Golden Brown #A0681D

RGB

 RED value IS 160 (62.89% from 255) = 54.61%

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

 BLUE value IS 29 (11.72% from 255) = 9.9%

R = 54.61%
G = 35.49%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0681D (or 0xA0681D) is known color: Golden Brown. HEX triplet: A0, 68 and 1D. RGB value is (160,104,29). Sum of RGB (Red+Green+Blue) = 160+104+29=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0681D is #5F97E2. Grayscale: #707070. Windows color (decimal): -6264803 or 1927328. OLE color: 1927328.

HSL color Cylindrical-coordinate representation of color #A0681D: hue angle of 34.35º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0681D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 104 29 -
CMYK 0 0.35 0.82 0.37
HSL 34.35º 0.69% 0.37% -
HSV(B) 34.35º 0.82% 0.63% -
XYZ 19.67 17.46 3.5 -
YUV 112.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 160 104 29 0 0.35 0.82 0.37 34.35 0.69 0.37
Hex A0 68 1D 0 23 52 25 22 45 25
Octal 240 150 35 0 43 122 45 42 105 45
Binary 10100000 1101000 11101 0 100011 1010010 100101 100010 1000101 100101

Color Harmonies of #A0681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0681D

Black with #A0681D

Text Example


Text Example

White with #A0681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0681D; }

 p { color: rgb(160,104,29); }

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

background-color css

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

 a { background-color: rgb(160,104,29); }

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

border-color css

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

 span { border-color: rgb(160,104,29); }

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