Html Css Color HEX #A48E3C Reef Gold

📋 copy color: '#A48E3C'

red 164 ◦ green 142 ◦ blue 60

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

Shades of Reef Gold #A48E3C

Tints of Reef Gold #A48E3C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

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

R = 44.81%
G = 38.8%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A48E3C (or 0xA48E3C) is known color: Reef Gold. HEX triplet: A4, 8E and 3C. RGB value is (164,142,60). Sum of RGB (Red+Green+Blue) = 164+142+60=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E3C is #5B71C3. Grayscale: #8B8B8B. Windows color (decimal): -5992900 or 3968676. OLE color: 3968676.

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

Color convert

RGB 164 142 60 -
CMYK 0 0.13 0.63 0.36
HSL 47.31º 0.46% 0.44% -
HSV(B) 47.31º 0.63% 0.64% -
XYZ 25.8 27.56 8.24 -
YUV 139.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 164 142 60 0 0.13 0.63 0.36 47.31 0.46 0.44
Hex A4 8E 3C 0 D 3F 24 2F 2E 2C
Octal 244 216 74 0 15 77 44 57 56 54
Binary 10100100 10001110 111100 0 1101 111111 100100 101111 101110 101100

Color Harmonies of #A48E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E3C

Black with #A48E3C

Text Example


Text Example

White with #A48E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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