Html Css Color HEX #A48930 Reef Gold

📋 copy color: '#A48930'

red 164 ◦ green 137 ◦ blue 48

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

Shades of Reef Gold #A48930

Tints of Reef Gold #A48930

RGB

 RED value IS 164 (64.45% from 255) = 46.99%

 GREEN value IS 137 (53.91% from 255) = 39.26%

 BLUE value IS 48 (19.14% from 255) = 13.75%

R = 46.99%
G = 39.26%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A48930 (or 0xA48930) is known color: Reef Gold. HEX triplet: A4, 89 and 30. RGB value is (164,137,48). Sum of RGB (Red+Green+Blue) = 164+137+48=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A48930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48930 is #5B76CF. Grayscale: #878787. Windows color (decimal): -5994192 or 3180964. OLE color: 3180964.

HSL color Cylindrical-coordinate representation of color #A48930: hue angle of 46.03º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A48930 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 137 48 -
CMYK 0 0.16 0.71 0.36
HSL 46.03º 0.55% 0.42% -
HSV(B) 46.03º 0.71% 0.64% -
XYZ 24.79 26 6.51 -
YUV 134.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 164 137 48 0 0.16 0.71 0.36 46.03 0.55 0.42
Hex A4 89 30 0 10 47 24 2E 37 2A
Octal 244 211 60 0 20 107 44 56 67 52
Binary 10100100 10001001 110000 0 10000 1000111 100100 101110 110111 101010

Color Harmonies of #A48930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48930

Black with #A48930

Text Example


Text Example

White with #A48930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48930; }

 p { color: rgb(164,137,48); }

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

background-color css

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

 a { background-color: rgb(164,137,48); }

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

border-color css

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

 span { border-color: rgb(164,137,48); }

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