Html Css Color HEX #A48532 Reef Gold

📋 copy color: '#A48532'

red 164 ◦ green 133 ◦ blue 50

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

Shades of Reef Gold #A48532

Tints of Reef Gold #A48532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.33%

 BLUE value IS 50 (19.92% from 255) = 14.41%

R = 47.26%
G = 38.33%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A48532 (or 0xA48532) is known color: Reef Gold. HEX triplet: A4, 85 and 32. RGB value is (164,133,50). Sum of RGB (Red+Green+Blue) = 164+133+50=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A48532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48532 is #5B7ACD. Grayscale: #858585. Windows color (decimal): -5995214 or 3311012. OLE color: 3311012.

HSL color Cylindrical-coordinate representation of color #A48532: hue angle of 43.68º degrees, saturation: 0.53, 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 #A48532 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 133 50 -
CMYK 0 0.19 0.70 0.36
HSL 43.68º 0.53% 0.42% -
HSV(B) 43.68º 0.7% 0.64% -
XYZ 24.27 24.9 6.54 -
YUV 132.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 164 133 50 0 0.19 0.70 0.36 43.68 0.53 0.42
Hex A4 85 32 0 13 46 24 2C 35 2A
Octal 244 205 62 0 23 106 44 54 65 52
Binary 10100100 10000101 110010 0 10011 1000110 100100 101100 110101 101010

Color Harmonies of #A48532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48532

Black with #A48532

Text Example


Text Example

White with #A48532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48532; }

 p { color: rgb(164,133,50); }

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

background-color css

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

 a { background-color: rgb(164,133,50); }

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

border-color css

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

 span { border-color: rgb(164,133,50); }

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