Html Css Color HEX #A48D34 Reef Gold

📋 copy color: '#A48D34'

red 164 ◦ green 141 ◦ blue 52

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

Shades of Reef Gold #A48D34

Tints of Reef Gold #A48D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.5%

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

R = 45.94%
G = 39.5%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A48D34 (or 0xA48D34) is known color: Reef Gold. HEX triplet: A4, 8D and 34. RGB value is (164,141,52). Sum of RGB (Red+Green+Blue) = 164+141+52=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D34 is #5B72CB. Grayscale: #8A8A8A. Windows color (decimal): -5993164 or 3444132. OLE color: 3444132.

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

Color convert

RGB 164 141 52 -
CMYK 0 0.14 0.68 0.36
HSL 47.68º 0.52% 0.42% -
HSV(B) 47.68º 0.68% 0.64% -
XYZ 25.45 27.19 7.16 -
YUV 137.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 164 141 52 0 0.14 0.68 0.36 47.68 0.52 0.42
Hex A4 8D 34 0 E 44 24 30 34 2A
Octal 244 215 64 0 16 104 44 60 64 52
Binary 10100100 10001101 110100 0 1110 1000100 100100 110000 110100 101010

Color Harmonies of #A48D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D34

Black with #A48D34

Text Example


Text Example

White with #A48D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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