Html Css Color HEX #AD8A2A Reef Gold

📋 copy color: '#AD8A2A'

red 173 ◦ green 138 ◦ blue 42

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

Shades of Reef Gold #AD8A2A

Tints of Reef Gold #AD8A2A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.09%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 49.01%
G = 39.09%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD8A2A (or 0xAD8A2A) is known color: Reef Gold. HEX triplet: AD, 8A and 2A. RGB value is (173,138,42). Sum of RGB (Red+Green+Blue) = 173+138+42=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A2A is #5275D5. Grayscale: #898989. Windows color (decimal): -5404118 or 2788013. OLE color: 2788013.

HSL color Cylindrical-coordinate representation of color #AD8A2A: hue angle of 43.97º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD8A2A is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 138 42 -
CMYK 0 0.20 0.76 0.32
HSL 43.97º 0.61% 0.42% -
HSV(B) 43.97º 0.76% 0.68% -
XYZ 26.74 27.23 6.04 -
YUV 137.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 173 138 42 0 0.20 0.76 0.32 43.97 0.61 0.42
Hex AD 8A 2A 0 14 4C 20 2C 3D 2A
Octal 255 212 52 0 24 114 40 54 75 52
Binary 10101101 10001010 101010 0 10100 1001100 100000 101100 111101 101010

Color Harmonies of #AD8A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A2A

Black with #AD8A2A

Text Example


Text Example

White with #AD8A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A2A; }

 p { color: rgb(173,138,42); }

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

background-color css

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

 a { background-color: rgb(173,138,42); }

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

border-color css

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

 span { border-color: rgb(173,138,42); }

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