Html Css Color HEX #AD611B Golden Brown

📋 copy color: '#AD611B'

red 173 ◦ green 97 ◦ blue 27

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

Shades of Golden Brown #AD611B

Tints of Golden Brown #AD611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

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

R = 58.25%
G = 32.66%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD611B (or 0xAD611B) is known color: Golden Brown. HEX triplet: AD, 61 and 1B. RGB value is (173,97,27). Sum of RGB (Red+Green+Blue) = 173+97+27=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD611B is #529EE4. Grayscale: #707070. Windows color (decimal): -5414629 or 1794477. OLE color: 1794477.

HSL color Cylindrical-coordinate representation of color #AD611B: hue angle of 28.77º 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 #AD611B is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 27 -
CMYK 0 0.44 0.84 0.32
HSL 28.77º 0.73% 0.39% -
HSV(B) 28.77º 0.84% 0.68% -
XYZ 21.71 17.51 3.27 -
YUV 111.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 173 97 27 0 0.44 0.84 0.32 28.77 0.73 0.39
Hex AD 61 1B 0 2C 54 20 1D 49 27
Octal 255 141 33 0 54 124 40 35 111 47
Binary 10101101 1100001 11011 0 101100 1010100 100000 11101 1001001 100111

Color Harmonies of #AD611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD611B

Black with #AD611B

Text Example


Text Example

White with #AD611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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