Html Css Color HEX #A48336 Reef Gold

📋 copy color: '#A48336'

red 164 ◦ green 131 ◦ blue 54

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

Shades of Reef Gold #A48336

Tints of Reef Gold #A48336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.54%

 BLUE value IS 54 (21.48% from 255) = 15.47%

R = 46.99%
G = 37.54%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A48336 (or 0xA48336) is known color: Reef Gold. HEX triplet: A4, 83 and 36. RGB value is (164,131,54). Sum of RGB (Red+Green+Blue) = 164+131+54=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A48336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48336 is #5B7CC9. Grayscale: #848484. Windows color (decimal): -5995722 or 3572644. OLE color: 3572644.

HSL color Cylindrical-coordinate representation of color #A48336: hue angle of 42º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A48336 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 131 54 -
CMYK 0 0.20 0.67 0.36
HSL 42º 0.5% 0.43% -
HSV(B) 42º 0.67% 0.64% -
XYZ 24.09 24.39 6.93 -
YUV 132.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 164 131 54 0 0.20 0.67 0.36 42 0.5 0.43
Hex A4 83 36 0 14 43 24 2A 32 2B
Octal 244 203 66 0 24 103 44 52 62 53
Binary 10100100 10000011 110110 0 10100 1000011 100100 101010 110010 101011

Color Harmonies of #A48336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48336

Black with #A48336

Text Example


Text Example

White with #A48336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48336; }

 p { color: rgb(164,131,54); }

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

background-color css

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

 a { background-color: rgb(164,131,54); }

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

border-color css

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

 span { border-color: rgb(164,131,54); }

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