Html Css Color HEX #A48631 Reef Gold

📋 copy color: '#A48631'

red 164 ◦ green 134 ◦ blue 49

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

Shades of Reef Gold #A48631

Tints of Reef Gold #A48631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

 BLUE value IS 49 (19.53% from 255) = 14.12%

R = 47.26%
G = 38.62%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A48631 (or 0xA48631) is known color: Reef Gold. HEX triplet: A4, 86 and 31. RGB value is (164,134,49). Sum of RGB (Red+Green+Blue) = 164+134+49=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A48631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48631 is #5B79CE. Grayscale: #858585. Windows color (decimal): -5994959 or 3245732. OLE color: 3245732.

HSL color Cylindrical-coordinate representation of color #A48631: hue angle of 44.35º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A48631 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 49 -
CMYK 0 0.18 0.70 0.36
HSL 44.35º 0.54% 0.42% -
HSV(B) 44.35º 0.7% 0.64% -
XYZ 24.39 25.16 6.48 -
YUV 133.28 80.44 149.91 -
System Red Green Blue C M Y K H S L
Decimal 164 134 49 0 0.18 0.70 0.36 44.35 0.54 0.42
Hex A4 86 31 0 12 46 24 2C 36 2A
Octal 244 206 61 0 22 106 44 54 66 52
Binary 10100100 10000110 110001 0 10010 1000110 100100 101100 110110 101010

Color Harmonies of #A48631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48631

Black with #A48631

Text Example


Text Example

White with #A48631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48631; }

 p { color: rgb(164,134,49); }

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

background-color css

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

 a { background-color: rgb(164,134,49); }

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

border-color css

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

 span { border-color: rgb(164,134,49); }

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