Html Css Color HEX #AD6B02 Golden Brown

📋 copy color: '#AD6B02'

red 173 ◦ green 107 ◦ blue 2

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

Shades of Golden Brown #AD6B02

Tints of Golden Brown #AD6B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.94%

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

R = 61.35%
G = 37.94%
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

#AD6B02 (or 0xAD6B02) is known color: Golden Brown. HEX triplet: AD, 6B and 02. RGB value is (173,107,2). Sum of RGB (Red+Green+Blue) = 173+107+2=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B02 is #5294FD. Grayscale: #737373. Windows color (decimal): -5412094 or 158637. OLE color: 158637.

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

Color convert

RGB 173 107 2 -
CMYK 0 0.38 0.99 0.32
HSL 36.84º 0.98% 0.34% -
HSV(B) 36.84º 0.99% 0.68% -
XYZ 22.5 19.4 2.62 -
YUV 114.76 64.37 169.54 -
System Red Green Blue C M Y K H S L
Decimal 173 107 2 0 0.38 0.99 0.32 36.84 0.98 0.34
Hex AD 6B 2 0 26 63 20 25 62 22
Octal 255 153 2 0 46 143 40 45 142 42
Binary 10101101 1101011 10 0 100110 1100011 100000 100101 1100010 100010

Color Harmonies of #AD6B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B02

Black with #AD6B02

Text Example


Text Example

White with #AD6B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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