Html Css Color HEX #AD8C35 Reef Gold

📋 copy color: '#AD8C35'

red 173 ◦ green 140 ◦ blue 53

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

Shades of Reef Gold #AD8C35

Tints of Reef Gold #AD8C35

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.25%

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 47.27%
G = 38.25%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD8C35 (or 0xAD8C35) is known color: Reef Gold. HEX triplet: AD, 8C and 35. RGB value is (173,140,53). Sum of RGB (Red+Green+Blue) = 173+140+53=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C35 is #5273CA. Grayscale: #8C8C8C. Windows color (decimal): -5403595 or 3509421. OLE color: 3509421.

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

Color convert

RGB 173 140 53 -
CMYK 0 0.19 0.69 0.32
HSL 43.5º 0.53% 0.44% -
HSV(B) 43.5º 0.69% 0.68% -
XYZ 27.25 27.9 7.32 -
YUV 139.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 173 140 53 0 0.19 0.69 0.32 43.5 0.53 0.44
Hex AD 8C 35 0 13 45 20 2C 35 2C
Octal 255 214 65 0 23 105 40 54 65 54
Binary 10101101 10001100 110101 0 10011 1000101 100000 101100 110101 101100

Color Harmonies of #AD8C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C35

Black with #AD8C35

Text Example


Text Example

White with #AD8C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C35; }

 p { color: rgb(173,140,53); }

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

background-color css

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

 a { background-color: rgb(173,140,53); }

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

border-color css

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

 span { border-color: rgb(173,140,53); }

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