Html Css Color HEX #AD7B02 Dark Goldenrod

📋 copy color: '#AD7B02'

red 173 ◦ green 123 ◦ blue 2

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

Shades of Dark Goldenrod #AD7B02

Tints of Dark Goldenrod #AD7B02

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.28%

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

R = 58.05%
G = 41.28%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD7B02 (or 0xAD7B02) is known color: Dark Goldenrod. HEX triplet: AD, 7B and 02. RGB value is (173,123,2). Sum of RGB (Red+Green+Blue) = 173+123+2=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7B02 is #5284FD. Grayscale: #7C7C7C. Windows color (decimal): -5407998 or 162733. OLE color: 162733.

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

Color convert

RGB 173 123 2 -
CMYK 0 0.29 0.99 0.32
HSL 42.46º 0.98% 0.34% -
HSV(B) 42.46º 0.99% 0.68% -
XYZ 24.33 23.05 3.23 -
YUV 124.16 59.07 162.84 -
System Red Green Blue C M Y K H S L
Decimal 173 123 2 0 0.29 0.99 0.32 42.46 0.98 0.34
Hex AD 7B 2 0 1D 63 20 2A 62 22
Octal 255 173 2 0 35 143 40 52 142 42
Binary 10101101 1111011 10 0 11101 1100011 100000 101010 1100010 100010

Color Harmonies of #AD7B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B02

Black with #AD7B02

Text Example


Text Example

White with #AD7B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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