#A7691D

Color #A7691D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A7691D

Tints of Golden Brown #A7691D

Color information

#A7691D (or 0xA7691D) is unknown color: approx Golden Brown. HEX triplet: A7, 69 and 1D. RGB value is (167,105,29). Sum of RGB (Red+Green+Blue) = 167+105+29=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A7691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7691D is #5896E2. Grayscale: #737373. Windows color (decimal): -5805795 or 1927591. OLE color: 1927591.

HSL color Cylindrical-coordinate representation of color #A7691D: hue angle of 33.04º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7691D is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB16710529-
CMYK00.370.830.35
HSL33.04º70.41%38.43%-
HSV(B)33.04º82.63%65.49%-
XYZ21.2118.413.6-
YUV114.8779.54165.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 29 (11.72% from 255) = 9.63%
R=55.48%
G=34.88%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671052900.370.830.3533.0470.4138.43
HexA7691D0255323214626
Octal24715135045123434110646
Binary10100111110100111101010010110100111000111000011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7691D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7691D; }

 p { color: rgb(167,105,29); }

 H1.HeaderClassName
 {
   color: #A7691D;
 }
 .AnyTagClassName
 {
   color: #A7691D;
 }
</style>
background-color css

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

 a { background-color: rgb(167,105,29); }

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

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

 span { border-color: rgb(167,105,29); }

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