Html Css Color HEX #AD681B Golden Brown

📋 copy color: '#AD681B'

red 173 ◦ green 104 ◦ blue 27

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

Shades of Golden Brown #AD681B

Tints of Golden Brown #AD681B

RGB

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

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

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

R = 56.91%
G = 34.21%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD681B (or 0xAD681B) is known color: Golden Brown. HEX triplet: AD, 68 and 1B. RGB value is (173,104,27). Sum of RGB (Red+Green+Blue) = 173+104+27=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD681B is #5297E4. Grayscale: #747474. Windows color (decimal): -5412837 or 1796269. OLE color: 1796269.

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

Color convert

RGB 173 104 27 -
CMYK 0 0.40 0.84 0.32
HSL 31.64º 0.73% 0.39% -
HSV(B) 31.64º 0.84% 0.68% -
XYZ 22.38 18.86 3.5 -
YUV 115.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 173 104 27 0 0.40 0.84 0.32 31.64 0.73 0.39
Hex AD 68 1B 0 28 54 20 20 49 27
Octal 255 150 33 0 50 124 40 40 111 47
Binary 10101101 1101000 11011 0 101000 1010100 100000 100000 1001001 100111

Color Harmonies of #AD681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD681B

Black with #AD681B

Text Example


Text Example

White with #AD681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD681B; }

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

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

background-color css

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

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

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

border-color css

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

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

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