Html Css Color HEX #A48E2A Reef Gold

📋 copy color: '#A48E2A'

red 164 ◦ green 142 ◦ blue 42

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

Shades of Reef Gold #A48E2A

Tints of Reef Gold #A48E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 47.13%
G = 40.8%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A48E2A (or 0xA48E2A) is known color: Reef Gold. HEX triplet: A4, 8E and 2A. RGB value is (164,142,42). Sum of RGB (Red+Green+Blue) = 164+142+42=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E2A is #5B71D5. Grayscale: #898989. Windows color (decimal): -5992918 or 2789028. OLE color: 2789028.

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

Color convert

RGB 164 142 42 -
CMYK 0 0.13 0.74 0.36
HSL 49.18º 0.59% 0.4% -
HSV(B) 49.18º 0.74% 0.64% -
XYZ 25.4 27.41 6.14 -
YUV 137.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 164 142 42 0 0.13 0.74 0.36 49.18 0.59 0.4
Hex A4 8E 2A 0 D 4A 24 31 3B 28
Octal 244 216 52 0 15 112 44 61 73 50
Binary 10100100 10001110 101010 0 1101 1001010 100100 110001 111011 101000

Color Harmonies of #A48E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E2A

Black with #A48E2A

Text Example


Text Example

White with #A48E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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