Html Css Color HEX #A48E2D Reef Gold

📋 copy color: '#A48E2D'

red 164 ◦ green 142 ◦ blue 45

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

Shades of Reef Gold #A48E2D

Tints of Reef Gold #A48E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 46.72%
G = 40.46%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A48E2D (or 0xA48E2D) is known color: Reef Gold. HEX triplet: A4, 8E and 2D. RGB value is (164,142,45). Sum of RGB (Red+Green+Blue) = 164+142+45=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E2D is #5B71D2. Grayscale: #898989. Windows color (decimal): -5992915 or 2985636. OLE color: 2985636.

HSL color Cylindrical-coordinate representation of color #A48E2D: hue angle of 48.91º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A48E2D is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 45 -
CMYK 0 0.13 0.73 0.36
HSL 48.91º 0.57% 0.41% -
HSV(B) 48.91º 0.73% 0.64% -
XYZ 25.46 27.43 6.44 -
YUV 137.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 164 142 45 0 0.13 0.73 0.36 48.91 0.57 0.41
Hex A4 8E 2D 0 D 49 24 31 39 29
Octal 244 216 55 0 15 111 44 61 71 51
Binary 10100100 10001110 101101 0 1101 1001001 100100 110001 111001 101001

Color Harmonies of #A48E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E2D

Black with #A48E2D

Text Example


Text Example

White with #A48E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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