Html Css Color HEX #AD8830 Reef Gold

📋 copy color: '#AD8830'

red 173 ◦ green 136 ◦ blue 48

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

Shades of Reef Gold #AD8830

Tints of Reef Gold #AD8830

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.1%

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

R = 48.46%
G = 38.1%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD8830 (or 0xAD8830) is known color: Reef Gold. HEX triplet: AD, 88 and 30. RGB value is (173,136,48). Sum of RGB (Red+Green+Blue) = 173+136+48=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8830 is #5277CF. Grayscale: #898989. Windows color (decimal): -5404624 or 3180717. OLE color: 3180717.

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

Color convert

RGB 173 136 48 -
CMYK 0 0.21 0.72 0.32
HSL 42.24º 0.57% 0.43% -
HSV(B) 42.24º 0.72% 0.68% -
XYZ 26.57 26.71 6.55 -
YUV 137.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 173 136 48 0 0.21 0.72 0.32 42.24 0.57 0.43
Hex AD 88 30 0 15 48 20 2A 39 2B
Octal 255 210 60 0 25 110 40 52 71 53
Binary 10101101 10001000 110000 0 10101 1001000 100000 101010 111001 101011

Color Harmonies of #AD8830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8830

Black with #AD8830

Text Example


Text Example

White with #AD8830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8830; }

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

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

background-color css

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

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

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

border-color css

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

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

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