Html Css Color HEX #A49030 Reef Gold

📋 copy color: '#A49030'

red 164 ◦ green 144 ◦ blue 48

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

Shades of Reef Gold #A49030

Tints of Reef Gold #A49030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

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

R = 46.07%
G = 40.45%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A49030 (or 0xA49030) is known color: Reef Gold. HEX triplet: A4, 90 and 30. RGB value is (164,144,48). Sum of RGB (Red+Green+Blue) = 164+144+48=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A49030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49030 is #5B6FCF. Grayscale: #8B8B8B. Windows color (decimal): -5992400 or 3182756. OLE color: 3182756.

HSL color Cylindrical-coordinate representation of color #A49030: hue angle of 49.66º 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 #A49030 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 48 -
CMYK 0 0.12 0.71 0.36
HSL 49.66º 0.55% 0.42% -
HSV(B) 49.66º 0.71% 0.64% -
XYZ 25.82 28.05 6.85 -
YUV 139.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 164 144 48 0 0.12 0.71 0.36 49.66 0.55 0.42
Hex A4 90 30 0 C 47 24 32 37 2A
Octal 244 220 60 0 14 107 44 62 67 52
Binary 10100100 10010000 110000 0 1100 1000111 100100 110010 110111 101010

Color Harmonies of #A49030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49030

Black with #A49030

Text Example


Text Example

White with #A49030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49030; }

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

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

background-color css

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

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

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

border-color css

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

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

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