Html Css Color HEX #A48D3C Reef Gold

📋 copy color: '#A48D3C'

red 164 ◦ green 141 ◦ blue 60

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

Shades of Reef Gold #A48D3C

Tints of Reef Gold #A48D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.44%

R = 44.93%
G = 38.63%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A48D3C (or 0xA48D3C) is known color: Reef Gold. HEX triplet: A4, 8D and 3C. RGB value is (164,141,60). Sum of RGB (Red+Green+Blue) = 164+141+60=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D3C is #5B72C3. Grayscale: #8A8A8A. Windows color (decimal): -5993156 or 3968420. OLE color: 3968420.

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

Color convert

RGB 164 141 60 -
CMYK 0 0.14 0.63 0.36
HSL 46.73º 0.46% 0.44% -
HSV(B) 46.73º 0.63% 0.64% -
XYZ 25.65 27.27 8.19 -
YUV 138.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 164 141 60 0 0.14 0.63 0.36 46.73 0.46 0.44
Hex A4 8D 3C 0 E 3F 24 2F 2E 2C
Octal 244 215 74 0 16 77 44 57 56 54
Binary 10100100 10001101 111100 0 1110 111111 100100 101111 101110 101100

Color Harmonies of #A48D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D3C

Black with #A48D3C

Text Example


Text Example

White with #A48D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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