Html Css Color HEX #AD661B Golden Brown

📋 copy color: '#AD661B'

red 173 ◦ green 102 ◦ blue 27

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

Shades of Golden Brown #AD661B

Tints of Golden Brown #AD661B

RGB

 RED value IS 173 (67.97% from 255) = 57.28%

 GREEN value IS 102 (40.23% from 255) = 33.77%

 BLUE value IS 27 (10.94% from 255) = 8.94%

R = 57.28%
G = 33.77%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD661B (or 0xAD661B) is known color: Golden Brown. HEX triplet: AD, 66 and 1B. RGB value is (173,102,27). Sum of RGB (Red+Green+Blue) = 173+102+27=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD661B is #5299E4. Grayscale: #737373. Windows color (decimal): -5413349 or 1795757. OLE color: 1795757.

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

Color convert

RGB 173 102 27 -
CMYK 0 0.41 0.84 0.32
HSL 30.82º 0.73% 0.39% -
HSV(B) 30.82º 0.84% 0.68% -
XYZ 22.18 18.47 3.43 -
YUV 114.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 173 102 27 0 0.41 0.84 0.32 30.82 0.73 0.39
Hex AD 66 1B 0 29 54 20 1F 49 27
Octal 255 146 33 0 51 124 40 37 111 47
Binary 10101101 1100110 11011 0 101001 1010100 100000 11111 1001001 100111

Color Harmonies of #AD661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD661B

Black with #AD661B

Text Example


Text Example

White with #AD661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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