Html Css Color HEX #AD9A33 Reef Gold

📋 copy color: '#AD9A33'

red 173 ◦ green 154 ◦ blue 51

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

Shades of Reef Gold #AD9A33

Tints of Reef Gold #AD9A33

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

 BLUE value IS 51 (20.31% from 255) = 13.49%

R = 45.77%
G = 40.74%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD9A33 (or 0xAD9A33) is known color: Reef Gold. HEX triplet: AD, 9A and 33. RGB value is (173,154,51). Sum of RGB (Red+Green+Blue) = 173+154+51=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A33 is #5265CC. Grayscale: #949494. Windows color (decimal): -5400013 or 3381933. OLE color: 3381933.

HSL color Cylindrical-coordinate representation of color #AD9A33: hue angle of 50.66º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD9A33 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 154 51 -
CMYK 0 0.11 0.71 0.32
HSL 50.66º 0.54% 0.44% -
HSV(B) 50.66º 0.71% 0.68% -
XYZ 29.39 32.23 7.8 -
YUV 147.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 173 154 51 0 0.11 0.71 0.32 50.66 0.54 0.44
Hex AD 9A 33 0 B 47 20 33 36 2C
Octal 255 232 63 0 13 107 40 63 66 54
Binary 10101101 10011010 110011 0 1011 1000111 100000 110011 110110 101100

Color Harmonies of #AD9A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A33

Black with #AD9A33

Text Example


Text Example

White with #AD9A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A33; }

 p { color: rgb(173,154,51); }

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

background-color css

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

 a { background-color: rgb(173,154,51); }

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

border-color css

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

 span { border-color: rgb(173,154,51); }

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