Html Css Color HEX #AD9438 Reef Gold

📋 copy color: '#AD9438'

red 173 ◦ green 148 ◦ blue 56

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

Shades of Reef Gold #AD9438

Tints of Reef Gold #AD9438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

 BLUE value IS 56 (22.27% from 255) = 14.85%

R = 45.89%
G = 39.26%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD9438 (or 0xAD9438) is known color: Reef Gold. HEX triplet: AD, 94 and 38. RGB value is (173,148,56). Sum of RGB (Red+Green+Blue) = 173+148+56=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9438 is #526BC7. Grayscale: #919191. Windows color (decimal): -5401544 or 3708077. OLE color: 3708077.

HSL color Cylindrical-coordinate representation of color #AD9438: hue angle of 47.18º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD9438 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 56 -
CMYK 0 0.14 0.68 0.32
HSL 47.18º 0.51% 0.45% -
HSV(B) 47.18º 0.68% 0.68% -
XYZ 28.54 30.35 8.1 -
YUV 144.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 173 148 56 0 0.14 0.68 0.32 47.18 0.51 0.45
Hex AD 94 38 0 E 44 20 2F 33 2D
Octal 255 224 70 0 16 104 40 57 63 55
Binary 10101101 10010100 111000 0 1110 1000100 100000 101111 110011 101101

Color Harmonies of #AD9438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9438

Black with #AD9438

Text Example


Text Example

White with #AD9438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9438; }

 p { color: rgb(173,148,56); }

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

background-color css

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

 a { background-color: rgb(173,148,56); }

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

border-color css

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

 span { border-color: rgb(173,148,56); }

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