#AD661A

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

Shades of Golden Brown #AD661A

Tints of Golden Brown #AD661A

Color information

#AD661A (or 0xAD661A) is unknown color: approx Golden Brown. HEX triplet: AD, 66 and 1A. RGB value is (173,102,26). Sum of RGB (Red+Green+Blue) = 173+102+26=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD661A is #5299E5. Grayscale: #727272. Windows color (decimal): -5413350 or 1730221. OLE color: 1730221.

HSL color Cylindrical-coordinate representation of color #AD661A: hue angle of 31.02º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD661A is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB17310226-
CMYK00.410.850.32
HSL31.02º73.87%39.02%-
HSV(B)31.02º84.97%67.84%-
XYZ22.1718.463.37-
YUV114.5678.02169.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=57.48%
G=33.89%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731022600.410.850.3231.0273.8739.02
HexAD661A02955201f4a27
Octal25514632051125403711247
Binary1010110111001101101001010011010101100000111111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD661A; }

 p { color: rgb(173,102,26); }

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

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

 a { background-color: rgb(173,102,26); }

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

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

 span { border-color: rgb(173,102,26); }

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