Html Css Color HEX #AD6302 Golden Brown

📋 copy color: '#AD6302'

red 173 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #AD6302

Tints of Golden Brown #AD6302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

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

R = 63.14%
G = 36.13%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD6302 (or 0xAD6302) is known color: Golden Brown. HEX triplet: AD, 63 and 02. RGB value is (173,99,2). Sum of RGB (Red+Green+Blue) = 173+99+2=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6302 is #529CFD. Grayscale: #6E6E6E. Windows color (decimal): -5414142 or 156589. OLE color: 156589.

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

Color convert

RGB 173 99 2 -
CMYK 0 0.43 0.99 0.32
HSL 34.04º 0.98% 0.34% -
HSV(B) 34.04º 0.99% 0.68% -
XYZ 21.71 17.81 2.35 -
YUV 110.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 173 99 2 0 0.43 0.99 0.32 34.04 0.98 0.34
Hex AD 63 2 0 2B 63 20 22 62 22
Octal 255 143 2 0 53 143 40 42 142 42
Binary 10101101 1100011 10 0 101011 1100011 100000 100010 1100010 100010

Color Harmonies of #AD6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6302

Black with #AD6302

Text Example


Text Example

White with #AD6302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6302; }

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

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

background-color css

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

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

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

border-color css

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

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

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