Html Css Color HEX #A48D3A Reef Gold

📋 copy color: '#A48D3A'

red 164 ◦ green 141 ◦ blue 58

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

Shades of Reef Gold #A48D3A

Tints of Reef Gold #A48D3A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 45.18%
G = 38.84%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A48D3A (or 0xA48D3A) is known color: Reef Gold. HEX triplet: A4, 8D and 3A. RGB value is (164,141,58). Sum of RGB (Red+Green+Blue) = 164+141+58=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D3A is #5B72C5. Grayscale: #8A8A8A. Windows color (decimal): -5993158 or 3837348. OLE color: 3837348.

HSL color Cylindrical-coordinate representation of color #A48D3A: hue angle of 46.98º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A48D3A is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 58 -
CMYK 0 0.14 0.65 0.36
HSL 46.98º 0.48% 0.44% -
HSV(B) 46.98º 0.65% 0.64% -
XYZ 25.6 27.25 7.91 -
YUV 138.42 82.62 146.25 -
System Red Green Blue C M Y K H S L
Decimal 164 141 58 0 0.14 0.65 0.36 46.98 0.48 0.44
Hex A4 8D 3A 0 E 41 24 2F 30 2C
Octal 244 215 72 0 16 101 44 57 60 54
Binary 10100100 10001101 111010 0 1110 1000001 100100 101111 110000 101100

Color Harmonies of #A48D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D3A

Black with #A48D3A

Text Example


Text Example

White with #A48D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D3A; }

 p { color: rgb(164,141,58); }

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

background-color css

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

 a { background-color: rgb(164,141,58); }

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

border-color css

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

 span { border-color: rgb(164,141,58); }

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