Html Css Color HEX #A48E2E Reef Gold

📋 copy color: '#A48E2E'

red 164 ◦ green 142 ◦ blue 46

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

Shades of Reef Gold #A48E2E

Tints of Reef Gold #A48E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 46.59%
G = 40.34%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A48E2E (or 0xA48E2E) is known color: Reef Gold. HEX triplet: A4, 8E and 2E. RGB value is (164,142,46). Sum of RGB (Red+Green+Blue) = 164+142+46=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E2E is #5B71D1. Grayscale: #8A8A8A. Windows color (decimal): -5992914 or 3051172. OLE color: 3051172.

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

Color convert

RGB 164 142 46 -
CMYK 0 0.13 0.72 0.36
HSL 48.81º 0.56% 0.41% -
HSV(B) 48.81º 0.72% 0.64% -
XYZ 25.48 27.44 6.54 -
YUV 137.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 164 142 46 0 0.13 0.72 0.36 48.81 0.56 0.41
Hex A4 8E 2E 0 D 48 24 31 38 29
Octal 244 216 56 0 15 110 44 61 70 51
Binary 10100100 10001110 101110 0 1101 1001000 100100 110001 111000 101001

Color Harmonies of #A48E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E2E

Black with #A48E2E

Text Example


Text Example

White with #A48E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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