Html Css Color HEX #AD8B28 Reef Gold

📋 copy color: '#AD8B28'

red 173 ◦ green 139 ◦ blue 40

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

Shades of Reef Gold #AD8B28

Tints of Reef Gold #AD8B28

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.49%

 BLUE value IS 40 (16.02% from 255) = 11.36%

R = 49.15%
G = 39.49%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD8B28 (or 0xAD8B28) is known color: Reef Gold. HEX triplet: AD, 8B and 28. RGB value is (173,139,40). Sum of RGB (Red+Green+Blue) = 173+139+40=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B28 is #5274D7. Grayscale: #8A8A8A. Windows color (decimal): -5403864 or 2657197. OLE color: 2657197.

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

Color convert

RGB 173 139 40 -
CMYK 0 0.20 0.77 0.32
HSL 44.66º 0.62% 0.42% -
HSV(B) 44.66º 0.77% 0.68% -
XYZ 26.85 27.5 5.9 -
YUV 137.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 173 139 40 0 0.20 0.77 0.32 44.66 0.62 0.42
Hex AD 8B 28 0 14 4D 20 2D 3E 2A
Octal 255 213 50 0 24 115 40 55 76 52
Binary 10101101 10001011 101000 0 10100 1001101 100000 101101 111110 101010

Color Harmonies of #AD8B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8B28

Black with #AD8B28

Text Example


Text Example

White with #AD8B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8B28; }

 p { color: rgb(173,139,40); }

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

background-color css

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

 a { background-color: rgb(173,139,40); }

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

border-color css

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

 span { border-color: rgb(173,139,40); }

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