Html Css Color HEX #AD8A32 Reef Gold

📋 copy color: '#AD8A32'

red 173 ◦ green 138 ◦ blue 50

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

Shades of Reef Gold #AD8A32

Tints of Reef Gold #AD8A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 47.92%
G = 38.23%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD8A32 (or 0xAD8A32) is known color: Reef Gold. HEX triplet: AD, 8A and 32. RGB value is (173,138,50). Sum of RGB (Red+Green+Blue) = 173+138+50=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A32 is #5275CD. Grayscale: #8A8A8A. Windows color (decimal): -5404110 or 3312301. OLE color: 3312301.

HSL color Cylindrical-coordinate representation of color #AD8A32: hue angle of 42.93º degrees, saturation: 0.55, 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 #AD8A32 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 138 50 -
CMYK 0 0.20 0.71 0.32
HSL 42.93º 0.55% 0.44% -
HSV(B) 42.93º 0.71% 0.68% -
XYZ 26.9 27.29 6.87 -
YUV 138.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 173 138 50 0 0.20 0.71 0.32 42.93 0.55 0.44
Hex AD 8A 32 0 14 47 20 2B 37 2C
Octal 255 212 62 0 24 107 40 53 67 54
Binary 10101101 10001010 110010 0 10100 1000111 100000 101011 110111 101100

Color Harmonies of #AD8A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A32

Black with #AD8A32

Text Example


Text Example

White with #AD8A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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