Html Css Color HEX #AD620C Golden Brown

📋 copy color: '#AD620C'

red 173 ◦ green 98 ◦ blue 12

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

Shades of Golden Brown #AD620C

Tints of Golden Brown #AD620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 61.13%
G = 34.63%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD620C (or 0xAD620C) is known color: Golden Brown. HEX triplet: AD, 62 and 0C. RGB value is (173,98,12). Sum of RGB (Red+Green+Blue) = 173+98+12=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD620C is #529DF3. Grayscale: #6F6F6F. Windows color (decimal): -5414388 or 811693. OLE color: 811693.

HSL color Cylindrical-coordinate representation of color #AD620C: hue angle of 32.05º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD620C is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 98 12 -
CMYK 0 0.43 0.93 0.32
HSL 32.05º 0.87% 0.36% -
HSV(B) 32.05º 0.93% 0.68% -
XYZ 21.67 17.65 2.61 -
YUV 110.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 173 98 12 0 0.43 0.93 0.32 32.05 0.87 0.36
Hex AD 62 C 0 2B 5D 20 20 57 24
Octal 255 142 14 0 53 135 40 40 127 44
Binary 10101101 1100010 1100 0 101011 1011101 100000 100000 1010111 100100

Color Harmonies of #AD620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD620C

Black with #AD620C

Text Example


Text Example

White with #AD620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD620C; }

 p { color: rgb(173,98,12); }

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

background-color css

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

 a { background-color: rgb(173,98,12); }

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

border-color css

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

 span { border-color: rgb(173,98,12); }

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