Html Css Color HEX #AD8F30 Reef Gold

📋 copy color: '#AD8F30'

red 173 ◦ green 143 ◦ blue 48

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

Shades of Reef Gold #AD8F30

Tints of Reef Gold #AD8F30

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.29%

 BLUE value IS 48 (19.14% from 255) = 13.19%

R = 47.53%
G = 39.29%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD8F30 (or 0xAD8F30) is known color: Reef Gold. HEX triplet: AD, 8F and 30. RGB value is (173,143,48). Sum of RGB (Red+Green+Blue) = 173+143+48=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F30 is #5270CF. Grayscale: #8D8D8D. Windows color (decimal): -5402832 or 3182509. OLE color: 3182509.

HSL color Cylindrical-coordinate representation of color #AD8F30: hue angle of 45.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD8F30 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 48 -
CMYK 0 0.17 0.72 0.32
HSL 45.6º 0.57% 0.43% -
HSV(B) 45.6º 0.72% 0.68% -
XYZ 27.59 28.74 6.89 -
YUV 141.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 173 143 48 0 0.17 0.72 0.32 45.6 0.57 0.43
Hex AD 8F 30 0 11 48 20 2E 39 2B
Octal 255 217 60 0 21 110 40 56 71 53
Binary 10101101 10001111 110000 0 10001 1001000 100000 101110 111001 101011

Color Harmonies of #AD8F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F30

Black with #AD8F30

Text Example


Text Example

White with #AD8F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F30; }

 p { color: rgb(173,143,48); }

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

background-color css

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

 a { background-color: rgb(173,143,48); }

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

border-color css

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

 span { border-color: rgb(173,143,48); }

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