Html Css Color HEX #AD6C02 Golden Brown

📋 copy color: '#AD6C02'

red 173 ◦ green 108 ◦ blue 2

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

Shades of Golden Brown #AD6C02

Tints of Golden Brown #AD6C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 61.13%
G = 38.16%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD6C02 (or 0xAD6C02) is known color: Golden Brown. HEX triplet: AD, 6C and 02. RGB value is (173,108,2). Sum of RGB (Red+Green+Blue) = 173+108+2=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6C02 is #5293FD. Grayscale: #737373. Windows color (decimal): -5411838 or 158893. OLE color: 158893.

HSL color Cylindrical-coordinate representation of color #AD6C02: hue angle of 37.19º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD6C02 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 108 2 -
CMYK 0 0.38 0.99 0.32
HSL 37.19º 0.98% 0.34% -
HSV(B) 37.19º 0.99% 0.68% -
XYZ 22.61 19.61 2.65 -
YUV 115.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 173 108 2 0 0.38 0.99 0.32 37.19 0.98 0.34
Hex AD 6C 2 0 26 63 20 25 62 22
Octal 255 154 2 0 46 143 40 45 142 42
Binary 10101101 1101100 10 0 100110 1100011 100000 100101 1100010 100010

Color Harmonies of #AD6C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C02

Black with #AD6C02

Text Example


Text Example

White with #AD6C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C02; }

 p { color: rgb(173,108,2); }

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

background-color css

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

 a { background-color: rgb(173,108,2); }

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

border-color css

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

 span { border-color: rgb(173,108,2); }

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