Html Css Color HEX #AD651C Golden Brown

📋 copy color: '#AD651C'

red 173 ◦ green 101 ◦ blue 28

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

Shades of Golden Brown #AD651C

Tints of Golden Brown #AD651C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 57.28%
G = 33.44%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD651C (or 0xAD651C) is known color: Golden Brown. HEX triplet: AD, 65 and 1C. RGB value is (173,101,28). Sum of RGB (Red+Green+Blue) = 173+101+28=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD651C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD651C is #529AE3. Grayscale: #727272. Windows color (decimal): -5413604 or 1861037. OLE color: 1861037.

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

Color convert

RGB 173 101 28 -
CMYK 0 0.42 0.84 0.32
HSL 30.21º 0.72% 0.39% -
HSV(B) 30.21º 0.84% 0.68% -
XYZ 22.1 18.28 3.46 -
YUV 114.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 173 101 28 0 0.42 0.84 0.32 30.21 0.72 0.39
Hex AD 65 1C 0 2A 54 20 1E 48 27
Octal 255 145 34 0 52 124 40 36 110 47
Binary 10101101 1100101 11100 0 101010 1010100 100000 11110 1001000 100111

Color Harmonies of #AD651C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD651C

Black with #AD651C

Text Example


Text Example

White with #AD651C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD651C; }

 p { color: rgb(173,101,28); }

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

background-color css

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

 a { background-color: rgb(173,101,28); }

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

border-color css

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

 span { border-color: rgb(173,101,28); }

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