Html Css Color HEX #A48E34 Reef Gold

📋 copy color: '#A48E34'

red 164 ◦ green 142 ◦ blue 52

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

Shades of Reef Gold #A48E34

Tints of Reef Gold #A48E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.53%

R = 45.81%
G = 39.66%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A48E34 (or 0xA48E34) is known color: Reef Gold. HEX triplet: A4, 8E and 34. RGB value is (164,142,52). Sum of RGB (Red+Green+Blue) = 164+142+52=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E34 is #5B71CB. Grayscale: #8A8A8A. Windows color (decimal): -5992908 or 3444388. OLE color: 3444388.

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

Color convert

RGB 164 142 52 -
CMYK 0 0.13 0.68 0.36
HSL 48.21º 0.52% 0.42% -
HSV(B) 48.21º 0.68% 0.64% -
XYZ 25.6 27.49 7.2 -
YUV 138.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 164 142 52 0 0.13 0.68 0.36 48.21 0.52 0.42
Hex A4 8E 34 0 D 44 24 30 34 2A
Octal 244 216 64 0 15 104 44 60 64 52
Binary 10100100 10001110 110100 0 1101 1000100 100100 110000 110100 101010

Color Harmonies of #A48E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E34

Black with #A48E34

Text Example


Text Example

White with #A48E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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